Skip to content

Commit

Permalink
removed unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Apr 22, 2012
1 parent dd2e465 commit a6b0d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FRESteamWorks/FRESteamWorks/FRESteamWorks.h
Expand Up @@ -9,8 +9,8 @@
#define _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS
#define EXPORT __declspec( dllexport ) #define EXPORT __declspec( dllexport )
#include <windows.h> #include <windows.h>
#include <stdio.h> //#include <stdio.h>
#include <stdlib.h> //#include <stdlib.h>
#include <string.h> #include <string.h>
#include "FlashRuntimeExtensions.h" #include "FlashRuntimeExtensions.h"
#else #else
Expand Down

0 comments on commit a6b0d89

Please sign in to comment.