diff options
Diffstat (limited to 'examples/nanohttp/stdafx.h')
-rw-r--r-- | examples/nanohttp/stdafx.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/nanohttp/stdafx.h b/examples/nanohttp/stdafx.h deleted file mode 100644 index f3469f3..0000000 --- a/examples/nanohttp/stdafx.h +++ /dev/null @@ -1,9 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#include <iostream> -#include <tchar.h> - -// TODO: reference additional headers your program requires here |