correct a couple of #includes that were pointing to the old location of endian_utils.h

This commit is contained in:
Joe Thornber 2014-01-08 11:04:56 +00:00
parent e1e9e34a55
commit 4df679174c
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
#include "test_utils.h"
#include "base/endian_utils.h"
#include "persistent-data/data-structures/btree_damage_visitor.h"
#include "persistent-data/endian_utils.h"
#include "persistent-data/space-maps/core.h"
#include "persistent-data/transaction_manager.h"
#include "persistent-data/run.h"

View File

@ -17,7 +17,7 @@
// <http://www.gnu.org/licenses/>.
#include "gmock/gmock.h"
#include "persistent-data/endian_utils.h"
#include "base/endian_utils.h"
using namespace base;
using namespace std;