diff options
Diffstat (limited to 'Swiften/Base/foreach.h')
| -rw-r--r-- | Swiften/Base/foreach.h | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Base/foreach.h b/Swiften/Base/foreach.h index 05366d6..87f6147 100644 --- a/Swiften/Base/foreach.h +++ b/Swiften/Base/foreach.h @@ -4,12 +4,9 @@   * See Documentation/Licenses/GPLv3.txt for more information.   */ -#ifndef SWIFTEN_FOREACH_H -#define SWIFTEN_FOREACH_H +#pragma once  #include <boost/foreach.hpp>  #undef foreach  #define foreach BOOST_FOREACH - -#endif  | 
 Swift