move aixlog and popl to common

This commit is contained in:
badaix 2019-10-09 22:11:43 +02:00
parent ba977ac123
commit 7cb595db28
43 changed files with 3157 additions and 59 deletions

View file

@ -24,7 +24,7 @@
#if defined(HAS_FLAC)
#include "flacEncoder.h"
#endif
#include "aixlog.hpp"
#include "common/aixlog.hpp"
#include "common/snapException.h"
#include "common/utils/string_utils.h"

View file

@ -18,7 +18,7 @@
#include <iostream>
#include "aixlog.hpp"
#include "common/aixlog.hpp"
#include "common/snapException.h"
#include "common/strCompat.h"
#include "flacEncoder.h"

View file

@ -19,7 +19,7 @@
#include <cstring>
#include <iostream>
#include "aixlog.hpp"
#include "common/aixlog.hpp"
#include "common/snapException.h"
#include "common/strCompat.h"
#include "common/utils.h"