Fix include in screen.h & .cpp

This commit is contained in:
Jief L 2020-03-29 09:54:13 +03:00
parent c07950d6f7
commit 2100401c4e
2 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "../Platform/Platform.h"
#include "screen.h"
#include "../Platform/Platform.h"
#include "../libeg/libegint.h" // included Platform.h
#include "../libeg/XTheme.h"
#include "../Platform/BasicIO.h"

View File

@ -1,4 +1,4 @@
#include "../gui/menu_items/menu_items.h"
#include "../libeg/libeg.h"
VOID InitScreen(IN BOOLEAN SetMaxResolution);
VOID SetupScreen(VOID);