Skip to content

Commit

Permalink
Removed unnecessary header
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Oct 30, 2019
1 parent 16baade commit cba9632
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Network.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <iostream>
#include <fstream>
#include <sstream>
#include <map>
#include <vector>
Expand Down

0 comments on commit cba9632

Please sign in to comment.