summaryrefslogtreecommitdiff
path: root/project2/ice/pch.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-01-03 21:44:24 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-01-04 15:52:04 +0000
commit575947589fecadef5ff5b5414c8d521d7f87fda3 (patch)
treecd4e6a3fa8d0b21353d7c6a4ebfee1e231208801 /project2/ice/pch.hpp
parentA single ycm config that gets its args from b2 (diff)
downloadproject2-575947589fecadef5ff5b5414c8d521d7f87fda3.tar.bz2
project2-575947589fecadef5ff5b5414c8d521d7f87fda3.tar.xz
project2-575947589fecadef5ff5b5414c8d521d7f87fda3.zip
Use native for instead BOOST_FOREACH
Diffstat (limited to 'project2/ice/pch.hpp')
-rw-r--r--project2/ice/pch.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/ice/pch.hpp b/project2/ice/pch.hpp
index 21f44dc..3ed09f0 100644
--- a/project2/ice/pch.hpp
+++ b/project2/ice/pch.hpp
@@ -4,7 +4,6 @@
#include <Ice/Ice.h>
#include <boost/filesystem.hpp>
-#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/optional.hpp>
#include <commonObjects.h>