From cba963284c85f26a944d7de8dc94ecc8e9438d91 Mon Sep 17 00:00:00 2001 From: wtlgo Date: Thu, 31 Oct 2019 01:00:19 +0300 Subject: [PATCH] Removed unnecessary header --- .gitignore | 1 + CMakeLists.txt | 2 +- src/Network.cpp | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbe9c82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index d5e525b..153d446 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ target_include_directories(Network PUBLIC ${PROJECT_SOURCE_DIR}/include) set_property(GLOBAL PROPERTY Network_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set_target_properties(Network PROPERTIES -VERSION 3.0.0 +VERSION 3.0.1 PUBLIC_HEADER "include/Network.hpp") INSTALL(TARGETS Network diff --git a/src/Network.cpp b/src/Network.cpp index 0ee5682..2738552 100644 --- a/src/Network.cpp +++ b/src/Network.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include