diff options
Diffstat (limited to 'plugins/QuickContacts/src/options.h')
-rw-r--r-- | plugins/QuickContacts/src/options.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/QuickContacts/src/options.h b/plugins/QuickContacts/src/options.h index 1036261bbb..9f9f5083c5 100644 --- a/plugins/QuickContacts/src/options.h +++ b/plugins/QuickContacts/src/options.h @@ -22,12 +22,6 @@ Boston, MA 02111-1307, USA. #ifndef __OPTIONS_H__
# define __OPTIONS_H__
-
-#include "commons.h"
-
-#include <windows.h>
-
-
#define TYPE_GLOBAL 0
#define TYPE_LOCAL 1
|