aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/main/server.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:38:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:38:17 +0300
commit6cce85b3a34a4a27d678abf0b4c005a38afd1738 (patch)
treef0c699f6f92b59e7e6613a30c8dd0e3ce3585540 /server/main/server.cpp
parentupdate cmake-common (diff)
downloadmath-server-6cce85b3a34a4a27d678abf0b4c005a38afd1738.tar.gz
math-server-6cce85b3a34a4a27d678abf0b4c005a38afd1738.zip
cmake: no more target_include_directories hacks
Diffstat (limited to '')
-rw-r--r--server/main/server.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/main/server.cpp b/server/main/server.cpp
index 72034b1..a7ff294 100644
--- a/server/main/server.cpp
+++ b/server/main/server.cpp
@@ -5,12 +5,13 @@
#include "server.hpp"
-#include "../common/error.hpp"
-#include "../common/log.hpp"
#include "session.hpp"
#include "session_manager.hpp"
#include "settings.hpp"
+#include <common/error.hpp>
+#include <common/log.hpp>
+
#include <boost/asio.hpp>
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>