std-ize: convert all boost shared/weak ptr includes to <memory>
Also fix stdint.h -> cstdint and alphabetically order std includes
This commit is contained in:
@@ -43,12 +43,12 @@
|
||||
#include <bitset>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <boost/type_traits.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "lua/luastate.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user