summaryrefslogtreecommitdiff
path: root/libjsonpp/pch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libjsonpp/pch.hpp')
-rw-r--r--libjsonpp/pch.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/libjsonpp/pch.hpp b/libjsonpp/pch.hpp
deleted file mode 100644
index 97eb890..0000000
--- a/libjsonpp/pch.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef BOOST_BUILD_PCH_ENABLED
-#ifndef JSON_PCH
-#define JSON_PCH
-
-#include <boost/variant.hpp>
-#include <boost/bind.hpp>
-#include <boost/function.hpp>
-#include <glibmm/ustring.h>
-#include <glibmm/convert.h>
-#include <map>
-#include <list>
-#include <stack>
-
-#endif
-#endif
-