iss: Removes pre-compiled headers

No need to use the pre-compiled headers in InstallerHelper,
removing it, in order to keep the project lean.
This commit is contained in:
Felipe \\\"Zimmerle\\\" Costa
2013-11-06 15:13:05 -06:00
committed by Felipe Zimmerle
parent 6adf25667d
commit adfbeb85dc
6 changed files with 6 additions and 38 deletions

View File

@@ -96,7 +96,6 @@
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include "stdafx.h"
#include <windows.h>
#include <time.h>
#include <stdio.h>