Skip to content
Snippets Groups Projects
Commit 2e6d4cb6 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

Remove unessecary includes in compile-win stub

parent 3fbec27e
Branches
No related tags found
No related merge requests found
...@@ -21,16 +21,6 @@ ...@@ -21,16 +21,6 @@
#include "compile.h" #include "compile.h"
#include <filesystem>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <stdexcept>
#include "log.h"
using namespace eis;
int eis::compile_code(const std::string& code, const std::string& outputName) int eis::compile_code(const std::string& code, const std::string& outputName)
{ {
return -1; return -1;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "compile.h" #include "compile.h"
#include <filesystem>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment