Skip to content

Commit

Permalink
Remove useless LevelDB include
Browse files Browse the repository at this point in the history
The tests could not compile with USE_LEVELDB=0 and LevelDB missing from the system
  • Loading branch information
flx42 committed Feb 16, 2016
1 parent 0c89b38 commit 8800e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/caffe/test/test_data_transformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <vector>

#include "gtest/gtest.h"
#include "leveldb/db.h"

#include "caffe/blob.hpp"
#include "caffe/common.hpp"
Expand Down

0 comments on commit 8800e4b

Please sign in to comment.