Improve includes

This commit is contained in:
Tiago Gomes
2013-02-07 20:09:10 +00:00
parent 544d0aa39e
commit 5c84a2f532
42 changed files with 110 additions and 38 deletions

View File

@@ -1,5 +1,3 @@
#include <fstream>
#include "Util.h"
#include "Indexer.h"
#include "ElimGraph.h"
@@ -22,7 +20,6 @@ GroundSolverType groundSolver = GroundSolverType::VE;
namespace Util {
template <> std::string
toString (const bool& b)
{