mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Renaming src/external -> src/3rdparty
We should eventually move more 3rdparty code in here.
This commit is contained in:
parent
de88645d05
commit
abb350b535
6 changed files with 7 additions and 6 deletions
|
@ -8,8 +8,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "../WriterBackend.h"
|
||||
#include "../../external/sqlite3.h"
|
||||
#include "../../threading/AsciiFormatter.h"
|
||||
|
||||
#include "threading/AsciiFormatter.h"
|
||||
#include "3rdparty/sqlite3.h"
|
||||
|
||||
namespace logging { namespace writer {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue