Remove useless LevelDB include
authorFelix Abecassis <fabecassis@nvidia.com>
Tue, 16 Feb 2016 00:52:32 +0000 (16:52 -0800)
committerFelix Abecassis <fabecassis@nvidia.com>
Tue, 16 Feb 2016 00:52:32 +0000 (16:52 -0800)
The tests could not compile with USE_LEVELDB=0 and LevelDB missing from the system

src/caffe/test/test_data_transformer.cpp

index 6103918..31bf1c1 100644 (file)
@@ -3,7 +3,6 @@
 #include <vector>
 
 #include "gtest/gtest.h"
-#include "leveldb/db.h"
 
 #include "caffe/blob.hpp"
 #include "caffe/common.hpp"