Skip to content

Commit

Permalink
Removed two unnecessary boost includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 23, 2021
1 parent 3ebe14c commit f8a45f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/scripting/lua_fileops.cpp
Expand Up @@ -25,8 +25,6 @@
#include <exception>
#include <string>

#include <boost/algorithm/string/predicate.hpp>

#include "lua/lauxlib.h"
#include "lua/lua.h"
#include "lua/luaconf.h" // for LUAL_BUFFERSIZE
Expand Down
1 change: 0 additions & 1 deletion src/units/abilities.cpp
Expand Up @@ -39,7 +39,6 @@
#include "deprecation.hpp"

#include <boost/dynamic_bitset.hpp>
#include <boost/algorithm/string/predicate.hpp>

#include <string_view>

Expand Down

0 comments on commit f8a45f2

Please sign in to comment.