sort out some #includes

This commit is contained in:
Joe Thornber
2013-10-23 11:39:31 +01:00
parent c7b67659a5
commit dd65089b68
3 changed files with 3 additions and 4 deletions

View File

@@ -17,10 +17,9 @@
// <http://www.gnu.org/licenses/>.
#include "gmock/gmock.h"
#include "persistent-data/space-maps/disk.h"
#include "persistent-data/endian_utils.h"
using namespace base;
using namespace persistent_data;
using namespace std;
using namespace testing;