소스 검색

Remove boost includes from main.cpp

anon 5 년 전
부모
커밋
58c8ca933f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      daemon/src/main.cpp

+ 0 - 3
daemon/src/main.cpp

@@ -1,6 +1,3 @@
-#include <boost/asio.hpp>
-#include <boost/bind.hpp>
-#include <boost/enable_shared_from_this.hpp>
 #include <iostream>
 #include <thread>