diff options
| author | Joseph Henry <joseph.henry@gmail.com> | 2015-11-02 13:21:40 -0800 |
|---|---|---|
| committer | Joseph Henry <joseph.henry@gmail.com> | 2015-11-02 13:21:40 -0800 |
| commit | da462bbd55e6940efadf75b980708cb62fe23195 (patch) | |
| tree | 7dd3f0170b49d4abd36bc7f64ce661a525634ae7 /netcon/NetconEthernetTap.cpp | |
| parent | bb912cff30c3bb3620f7309cbe7e23290849d174 (diff) | |
| download | infinitytier-da462bbd55e6940efadf75b980708cb62fe23195.tar.gz infinitytier-da462bbd55e6940efadf75b980708cb62fe23195.zip | |
Removed curses dependency
Diffstat (limited to 'netcon/NetconEthernetTap.cpp')
| -rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index dd0f2c03..b2d09f17 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -49,8 +49,6 @@ #include "Intercept.h" #include "NetconUtilities.hpp" -#include <curses.h> - #define APPLICATION_POLL_FREQ 20 #define ZT_LWIP_TCP_TIMER_INTERVAL 10 #define STATUS_TMR_INTERVAL 1000 // How often we check connection statuses |
