From 1482e7ede3133b8bf78c68c2e0618b1de90d328c Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 4 Mar 2012 20:50:05 +0100 Subject: Got rid of boost dependency --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index d3c3799..96735da 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,4 @@ #include - #include "parser.h" int main(int argc, char *argv[]) @@ -16,7 +15,7 @@ int main(int argc, char *argv[]) catch ( exception &e ) { std::cerr << e.what() << std::endl; - std::exit(1); + exit(1); } return 0; -- cgit v1.2.3