浏览代码

去除#include源文件

LinTianxiang 10 月之前
父节点
当前提交
1cd66fed4d
共有 5 个文件被更改,包括 0 次插入5 次删除
  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;