mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Move socket to utility/ and fix include
This commit is contained in:
parent
16cba62d34
commit
3a9b909d14
4 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,7 @@ add_executable(blah2
|
|||
src/process/tracker/Tracker.cpp
|
||||
src/process/spectrum/SpectrumAnalyser.cpp
|
||||
src/process/meta/HammingNumber.cpp
|
||||
src/process/meta/Socket.cpp
|
||||
src/process/utility/Socket.cpp
|
||||
src/data/IqData.cpp
|
||||
src/data/Map.cpp
|
||||
src/data/Detection.cpp
|
||||
|
|
|
@ -15,13 +15,12 @@
|
|||
#include "process/detection/Interpolate.h"
|
||||
#include "process/spectrum/SpectrumAnalyser.h"
|
||||
#include "process/tracker/Tracker.h"
|
||||
#include "process/meta/Socket.h"
|
||||
#include "process/utility/Socket.h"
|
||||
#include "data/meta/Constants.h"
|
||||
|
||||
#include <ryml/ryml.hpp>
|
||||
#include <ryml/ryml_std.hpp> // optional header, provided for std:: interop
|
||||
#include <c4/format.hpp> // needed for the examples below
|
||||
#include <asio.hpp>
|
||||
#include <sys/types.h>
|
||||
#include <getopt.h>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue