Minor includes change

This commit is contained in:
Alberto Ortega 2015-08-29 14:06:17 +02:00
parent b0b72c4e5e
commit cc31829b45
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <windows.h>
#include "common.h"
#include "types.h"
unsigned short init_cmd_colors() {
CONSOLE_SCREEN_BUFFER_INFO csbi;

View File

@ -4,7 +4,6 @@
#include <string.h>
#include <windows.h>
#include "types.h"
#include "common.h"
#include "debuggers.h"