Message ID | 1354107458-30941-13-git-send-email-danny.al-gaaf@bisect.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/src/monmaptool.cc b/src/monmaptool.cc index 4c99fdd..5870e5f 100644 --- a/src/monmaptool.cc +++ b/src/monmaptool.cc @@ -17,7 +17,6 @@ #include <fcntl.h> #include <errno.h> -#include <sys/stat.h> #include <iostream> #include <string> using namespace std;
Fix includes: remove twice included sys/stat.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> --- src/monmaptool.cc | 1 - 1 file changed, 1 deletion(-)