Quellcode durchsuchen

去除#include源文件

LinTianxiang vor 10 Monaten
Ursprung
Commit
1cd66fed4d
5 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 1
      analysis1.cpp
  2. 0 1
      analysis2.cpp
  3. 0 1
      analysis3.cpp
  4. 0 1
      analysis4.cpp
  5. 0 1
      tire.h

+ 0 - 1
analysis1.cpp

@@ -6,7 +6,6 @@
 using namespace std;
 
 #include "tire.h"
-#include "tire.cpp"
 
 const int N = 1e5;
 const int M1 = 3;

+ 0 - 1
analysis2.cpp

@@ -6,7 +6,6 @@
 using namespace std;
 
 #include "tire.h"
-#include "tire.cpp"
 
 const int N = 1e5;
 const int M1 = 3;

+ 0 - 1
analysis3.cpp

@@ -6,7 +6,6 @@
 using namespace std;
 
 #include "tire.h"
-#include "tire.cpp"
 
 const int N = 1e5;
 const int M1 = 3;

+ 0 - 1
analysis4.cpp

@@ -6,7 +6,6 @@
 using namespace std;
 
 #include "tire.h"
-#include "tire.cpp"
 
 const int N = 1e5;
 const int M1 = 3;

+ 0 - 1
tire.h

@@ -2,7 +2,6 @@
 #define __L87_TIRE_H__
 
 #include "list.h"
-#include "list.cpp"
 #include <string>
 
 const int TIRE_NODE_NUMBER = 128;