mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/Chrono.h"
|
||||
#include "wpi/util/Chrono.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/ConvertUTF.h"
|
||||
#include "wpi/SmallString.h"
|
||||
#include "wpi/SmallVector.h"
|
||||
#include "wpi/util/ConvertUTF.hpp"
|
||||
#include "wpi/util/SmallString.hpp"
|
||||
#include "wpi/util/SmallVector.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "CountCopyAndMove.h"
|
||||
#include "CountCopyAndMove.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
#endif
|
||||
|
||||
#include "wpi/DenseMap.h"
|
||||
#include "CountCopyAndMove.h"
|
||||
#include "wpi/DenseMapInfo.h"
|
||||
#include "wpi/DenseMapInfoVariant.h"
|
||||
#include "wpi/util/DenseMap.hpp"
|
||||
#include "CountCopyAndMove.hpp"
|
||||
#include "wpi/util/DenseMapInfo.hpp"
|
||||
#include "wpi/util/DenseMapInfoVariant.hpp"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <map>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/Endian.h"
|
||||
#include "wpi/util/Endian.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/Errno.h"
|
||||
#include "wpi/util/Errno.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace wpi::sys;
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/FunctionExtras.h"
|
||||
#include "CountCopyAndMove.h"
|
||||
#include "wpi/util/FunctionExtras.hpp"
|
||||
#include "CountCopyAndMove.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/MathExtras.h"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <limits>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/PointerIntPair.h"
|
||||
#include "wpi/util/PointerIntPair.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <limits>
|
||||
using namespace wpi;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/PointerUnion.h"
|
||||
#include "wpi/util/PointerUnion.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/STLForwardCompat.h"
|
||||
#include "CountCopyAndMove.h"
|
||||
#include "wpi/util/STLForwardCompat.hpp"
|
||||
#include "CountCopyAndMove.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/SmallPtrSet.h"
|
||||
#include "wpi/PointerIntPair.h"
|
||||
#include "wpi/PointerLikeTypeTraits.h"
|
||||
#include "wpi/util/SmallPtrSet.hpp"
|
||||
#include "wpi/util/PointerIntPair.hpp"
|
||||
#include "wpi/util/PointerLikeTypeTraits.hpp"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/SmallSet.h"
|
||||
#include "wpi/util/SmallSet.hpp"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <algorithm>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/SmallString.h"
|
||||
#include "wpi/util/SmallString.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/SmallVector.h"
|
||||
#include "wpi/Compiler.h"
|
||||
#include "wpi/util/SmallVector.hpp"
|
||||
#include "wpi/util/Compiler.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <array>
|
||||
#include <list>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "wpi/SwapByteOrder.h"
|
||||
#include "wpi/util/SwapByteOrder.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
Reference in New Issue
Block a user