diff options
Diffstat (limited to 'ping/common.h')
-rw-r--r-- | ping/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ping/common.h b/ping/common.h index 89a8fc9..9360426 100644 --- a/ping/common.h +++ b/ping/common.h @@ -40,7 +40,7 @@ #include <statusmodes.h>
#include <m_options.h>
#include <m_langpack.h>
-#include <m_popup.h>
+#include <m_yapp.h>
#include <m_system.h>
#include <m_skin.h>
#include <m_netlib.h>
@@ -70,7 +70,6 @@ typedef struct { bool no_test_icon;
int row_height;
int indent;
- COLORREF bg_colour;
int retries;
bool attach_to_clist;
bool log_csv;
|