Renaming src/external -> src/3rdparty

We should eventually move more 3rdparty code in here.
This commit is contained in:
Robin Sommer 2013-05-14 17:14:08 -07:00
parent de88645d05
commit abb350b535
6 changed files with 7 additions and 6 deletions

View file

@ -60,7 +60,7 @@ extern "C" void OPENSSL_add_all_algorithms_conf(void);
#include "binpac_bro.h"
#include "external/sqlite3.h"
#include "3rdparty/sqlite3.h"
Brofiler brofiler;