mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
move AsciiInputOutput over to threading
This commit is contained in:
parent
12753f31ae
commit
35ac787cd8
7 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#define LOGGING_WRITER_ASCII_H
|
||||
|
||||
#include "../WriterBackend.h"
|
||||
#include "../../AsciiInputOutput.h"
|
||||
#include "../../threading/AsciiInputOutput.h"
|
||||
|
||||
namespace logging { namespace writer {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "BroString.h"
|
||||
#include "NetVar.h"
|
||||
#include "threading/SerialTypes.h"
|
||||
#include "../../AsciiInputOutput.h"
|
||||
#include "../../threading/AsciiInputOutput.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <curl/easy.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue