From 04079c0c1bc736c87bbddaa3a8cae6189a0cc7ed Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Tue, 21 Jan 2014 21:36:14 -0600 Subject: [PATCH] Unused header --- src/arch/Dialog/Selector_Dialog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/arch/Dialog/Selector_Dialog.h b/src/arch/Dialog/Selector_Dialog.h index 08df096c4a..893d9a9ae2 100644 --- a/src/arch/Dialog/Selector_Dialog.h +++ b/src/arch/Dialog/Selector_Dialog.h @@ -1,8 +1,6 @@ #ifndef SELECTOR_DIALOG #define SELECTOR_DIALOG -#include "arch/arch_platform.h" - // Dialog drivers selector. #if defined(WIN32) #include "DialogDriver_Win32.h"