aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-12 18:09:40 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-03-12 18:09:40 -0400
commit9741b2aab47ec899276a52827f72509fc322388a (patch)
tree2401c596d75282a6a6c1b75d24f2101b221cd0d8 /src/main.cpp
parent5570bc986b916ffb07b77853cf995d90c7e99805 (diff)
downloadzig-9741b2aab47ec899276a52827f72509fc322388a.tar.gz
zig-9741b2aab47ec899276a52827f72509fc322388a.zip
avoid a string that is too long for msvc
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index af3b878b09..28da1cbbe7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,6 @@
#include "codegen.hpp"
#include "compiler.hpp"
#include "config.h"
-#include "install_files.h"
#include "error.hpp"
#include "os.hpp"
#include "target.hpp"