summaryrefslogtreecommitdiffstats
path: root/m_property.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.c')
-rw-r--r--m_property.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/m_property.c b/m_property.c
index 50b74b86ea..363e042f1c 100644
--- a/m_property.c
+++ b/m_property.c
@@ -30,7 +30,6 @@
#include "m_option.h"
#include "m_property.h"
#include "mp_msg.h"
-#include "help_mp.h"
#define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))