Remove unused include. This fixes yet another MSVC-related compile problem.

Root cause is the `root.h` defines `strtof` which is used in `llvm/Target/TargetLibraryInfo.h` as an enumeration identifier.
This commit is contained in:
kai
2012-11-18 17:52:10 +01:00
parent ccde570520
commit 45848d19fc

View File

@@ -1,6 +1,5 @@
#include "gen/optimizer.h"
#include "gen/cl_helpers.h"
#include "gen/irstate.h"
#include "gen/logger.h"
#include "gen/passes/Passes.h"