move AsciiInputOutput over to threading

This commit is contained in:
Bernhard Amann 2012-12-13 11:53:18 -08:00
parent 12753f31ae
commit 35ac787cd8
7 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#define LOGGING_WRITER_ASCII_H
#include "../WriterBackend.h"
#include "../../AsciiInputOutput.h"
#include "../../threading/AsciiInputOutput.h"
namespace logging { namespace writer {

View file

@ -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>