From cc6b0bab4156b23ecd8a162b546ec04d281de636 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 7 Nov 2020 12:45:40 -0800 Subject: [PATCH] remove unnecessary ifdef guards --- lib/vpsc/block.cpp | 2 -- lib/vpsc/blocks.cpp | 2 -- lib/vpsc/remove_rectangle_overlap.cpp | 2 -- lib/vpsc/solve_VPSC.cpp | 2 -- 4 files changed, 8 deletions(-) diff --git a/lib/vpsc/block.cpp b/lib/vpsc/block.cpp index 9e05bcd4e..a65f330c8 100644 --- a/lib/vpsc/block.cpp +++ b/lib/vpsc/block.cpp @@ -21,12 +21,10 @@ #include #include #include -#ifdef RECTANGLE_OVERLAP_LOGGING #include using std::ios; using std::ofstream; using std::endl; -#endif using std::vector; typedef vector::iterator Cit; diff --git a/lib/vpsc/blocks.cpp b/lib/vpsc/blocks.cpp index 2ef961df2..61fac98d9 100644 --- a/lib/vpsc/blocks.cpp +++ b/lib/vpsc/blocks.cpp @@ -22,12 +22,10 @@ #include #include #include -#ifdef RECTANGLE_OVERLAP_LOGGING #include using std::ios; using std::ofstream; using std::endl; -#endif using std::set; using std::vector; using std::iterator; diff --git a/lib/vpsc/remove_rectangle_overlap.cpp b/lib/vpsc/remove_rectangle_overlap.cpp index 11619808c..107a91de9 100644 --- a/lib/vpsc/remove_rectangle_overlap.cpp +++ b/lib/vpsc/remove_rectangle_overlap.cpp @@ -21,13 +21,11 @@ #include #include #include -#ifdef RECTANGLE_OVERLAP_LOGGING #include #include using std::ios; using std::ofstream; using std::endl; -#endif #define EXTRA_GAP 0.0001 diff --git a/lib/vpsc/solve_VPSC.cpp b/lib/vpsc/solve_VPSC.cpp index d6ce3acf4..2ea9720ad 100644 --- a/lib/vpsc/solve_VPSC.cpp +++ b/lib/vpsc/solve_VPSC.cpp @@ -23,12 +23,10 @@ #include #include #include -#ifdef RECTANGLE_OVERLAP_LOGGING #include using std::ios; using std::ofstream; using std::endl; -#endif using std::ostringstream; using std::list; -- 2.40.0