Move 3rdparty source files to 3rdparty/

This patch moves in-tree 3rdparty source files to `3rdparty/`. With that
we can remove special treatment of these files for `run-clang-format`.
This commit is contained in:
Benjamin Bannier 2021-11-05 10:35:11 +01:00
parent c190c85bf0
commit 72cbc7cd13
34 changed files with 33 additions and 4994 deletions

View file

@ -6,12 +6,12 @@
#include <string>
#include <vector>
#include "zeek/3rdparty/bro_inet_ntop.h"
#include "zeek/Conn.h"
#include "zeek/Hash.h"
#include "zeek/Reporter.h"
#include "zeek/ZeekString.h"
#include "zeek/analyzer/Manager.h"
#include "zeek/bro_inet_ntop.h"
namespace zeek
{