[Gui] Manual alignment etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-02 04:22:48 +01:00
parent 83c06d14f6
commit 10380abd95
10 changed files with 24 additions and 54 deletions

View File

@@ -24,15 +24,11 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include "stdio.h"
# ifdef FC_OS_WIN32
# include "io.h"
# endif
# ifdef FC_OS_WIN32
# include <windows.h>
# endif
# include "fcntl.h"
# include <iostream>
#endif
#include "GuiConsole.h"