Remove useless LevelDB include

The tests could not compile with USE_LEVELDB=0 and LevelDB missing from the system
This commit is contained in:
Felix Abecassis 2016-02-15 16:52:32 -08:00
Родитель 0c89b38b14
Коммит 8800e4b42d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,6 @@
#include <vector>
#include "gtest/gtest.h"
#include "leveldb/db.h"
#include "caffe/blob.hpp"
#include "caffe/common.hpp"