exclude old pointer

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2020-03-05 18:58:08 +03:00
parent b735290ad2
commit 797b5638d6
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#include "../refit/screen.h"
#include "../refit/menu.h"
#include "gma.h"
#include "Pointer.h"
#include "XPointer.h"
#ifndef DEBUG_ALL
#define DEBUG_SET 1

View File

@ -46,7 +46,6 @@
#include "HdaCodecDump.h"
#include "menu.h"
#include "screen.h"
//#include "../Platform/Pointer.h"
#ifndef DEBUG_ALL
#define DEBUG_MENU 1