split into src and lib and socket changes
* libanthracite files are now all in lib/ * anthracite-bin + anthracite-api-bin files are now all in src/ * socket split into header and source properly
This commit is contained in:
parent
fba87f3fbb
commit
71be773d49
24 changed files with 49 additions and 121 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "./anthracite.hpp"
|
||||
#include "backends/backend.hpp"
|
||||
#include "http/constants.hpp"
|
||||
#include "../lib/anthracite.hpp"
|
||||
#include "../lib/backends/backend.hpp"
|
||||
#include "../lib/http/constants.hpp"
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <sstream>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue