diff options
| author | tomsmeding <hallo@tomsmeding.nl> | 2015-08-25 20:53:18 +0200 | 
|---|---|---|
| committer | tomsmeding <hallo@tomsmeding.nl> | 2015-08-25 20:53:18 +0200 | 
| commit | 1ca81854f4ff68c7d65006d9a026e487fb537f2e (patch) | |
| tree | c756ec56b95dd7702ccff4bdc9a411fd16e61ccb | |
| parent | 5e8a7aad13b6442d2acf9113eb576a1ea4c22ab3 (diff) | |
Fix include files / remove unnecessary
| -rw-r--r-- | postrun.cpp | 9 | 
1 files changed, 1 insertions, 8 deletions
diff --git a/postrun.cpp b/postrun.cpp index 4933d8b..eda3714 100644 --- a/postrun.cpp +++ b/postrun.cpp @@ -1,14 +1,7 @@  #include <iostream>  #include <fstream> -#include <sstream>  #include <vector> -#include <unordered_map> -#include <functional> -#include <cstdlib> -#include <cstring> -#include <cmath> -#include <unistd.h> -#include <fcntl.h> +#include <string>  #include "runtime.h"  | 
