summaryrefslogtreecommitdiff
path: root/support/cpp/libcpp
diff options
context:
space:
mode:
Diffstat (limited to 'support/cpp/libcpp')
-rw-r--r--support/cpp/libcpp/lex.cc4
-rw-r--r--support/cpp/libcpp/mkdeps.cc6
2 files changed, 5 insertions, 5 deletions
diff --git a/support/cpp/libcpp/lex.cc b/support/cpp/libcpp/lex.cc
index 38d05545e..7f5e44833 100644
--- a/support/cpp/libcpp/lex.cc
+++ b/support/cpp/libcpp/lex.cc
@@ -19,12 +19,12 @@ You should have received a copy of the GNU General Public License
along with this program; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-#include <map> // BUG
-#include <iostream> // BUG
#include "config.h"
#include "system.h"
#include "cpplib.h"
#include "internal.h"
+#include <map>
+#include <iostream>
#include <cassert>
#define untested() ( std::cerr << "@@#\n@@@:"<< __FILE__ << ":"<< __LINE__ \
diff --git a/support/cpp/libcpp/mkdeps.cc b/support/cpp/libcpp/mkdeps.cc
index 226a4811d..2fdec84b0 100644
--- a/support/cpp/libcpp/mkdeps.cc
+++ b/support/cpp/libcpp/mkdeps.cc
@@ -20,14 +20,14 @@ along with this program; see the file COPYING3. If not see
You are forbidden to forbid anyone else to use, share and improve
what you give them. Help stamp out software-hoarding! */
-#include <iostream>
-#define untested() ( std::cerr << "@@#\n@@@:"<< __FILE__ << ":"<< __LINE__ \
- <<":" << __func__ << "\n" )
#include "config.h"
#include "system.h"
#include "mkdeps.h"
#include "internal.h"
+#include <iostream>
+#define untested() ( std::cerr << "@@#\n@@@:"<< __FILE__ << ":"<< __LINE__ \
+ <<":" << __func__ << "\n" )
/* Not set up to just include std::vector et al, here's a simple
implementation. */