debug: remove unneeded headers from debug

This commit is contained in:
Danny Robson 2016-02-05 14:27:21 +11:00
parent d81b9f12fd
commit f1250b139a
3 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,7 @@
#include <algorithm>
#include <cstring>
#include <iostream>
#include <iomanip>
using util::cmdopt::option::base;

View File

@ -18,8 +18,6 @@
#define __DEBUG_HPP
//#include "maths.hpp" // XXX: See notes at the end of file for maths.hpp inclusion
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>

View File

@ -21,8 +21,9 @@
#include "maths.hpp"
#include <cstdlib>
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include "format.hpp"