Browse Source

删除stdafx

divide_struct_def_imp
郑敬润 1 year ago
parent
commit
25fde4227f
  1. 1
      include/Astar.h
  2. 1
      include/BVH.h
  3. 1
      include/BasicChannel.h
  4. 1
      include/BasicEdge.h
  5. 1
      include/BranchPoint.h
  6. 1
      include/BranchTree.h
  7. 1
      include/Bundle.h
  8. 1
      include/Clip.h
  9. 1
      include/Connector.h
  10. 1
      include/Const.h
  11. 1
      include/KDtree.h
  12. 1
      include/Path.h
  13. 1
      include/ReadXML.h
  14. 1
      lib/Geometry.cpp
  15. 3
      src/xmlsql.cpp
  16. 0
      stdafx.cpp
  17. 0
      stdafx.h

1
include/Astar.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "BranchTree.h"
#include <cmath>
#include <vector>

1
include/BVH.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "ReadXML.h"
#include <cmath>
#include <vector>

1
include/BasicChannel.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "Bundle.h"
#include <cmath>
#include <vector>

1
include/BasicEdge.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "BasicChannel.h"
#include <cmath>
#include <vector>

1
include/BranchPoint.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "Clip.h"
#include <cmath>
#include <vector>

1
include/BranchTree.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "BasicEdge.h"
#include <cmath>
#include <vector>

1
include/Bundle.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "Path.h"
#include <cmath>
#include <vector>

1
include/Clip.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "KDtree.h"
#include <cmath>
#include <vector>

1
include/Connector.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "Const.h"
#include <cmath>
#include <vector>

1
include/Const.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "Point.h"
#include "Geometry.h"
#include "Intersection.h"

1
include/KDtree.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "BVH.h"
#include <cmath>
#include <vector>

1
include/Path.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "BranchPoint.h"
#include <cmath>
#include <vector>

1
include/ReadXML.h

@ -1,4 +1,3 @@
#include "stdafx.h"
#include "Connector.h"
#include <string>
#include <map>

1
lib/Geometry.cpp

@ -1,4 +1,3 @@
// #include "stdafx.h"
#include "Geometry.h"
AABB::AABB()

3
src/xmlsql.cpp

@ -1,7 +1,8 @@
// xmlsql.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include <iostream>
#include <tinyxml2.h>
#include "Astar.h"
#include "Geometry.h"
#include "Intersection.h"

0
src/stdafx.cpp → stdafx.cpp

0
include/stdafx.h → stdafx.h

Loading…
Cancel
Save