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

@@ -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;