diff options
Diffstat (limited to 'Tobii-EyeX/samples/MinimalUserProfiles/stdafx.h')
-rwxr-xr-x | Tobii-EyeX/samples/MinimalUserProfiles/stdafx.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Tobii-EyeX/samples/MinimalUserProfiles/stdafx.h b/Tobii-EyeX/samples/MinimalUserProfiles/stdafx.h deleted file mode 100755 index cb987d8..0000000 --- a/Tobii-EyeX/samples/MinimalUserProfiles/stdafx.h +++ /dev/null @@ -1,13 +0,0 @@ -// stdafx.h : include file for standard system include files,
-// or project specific include files that are used frequently, but
-// are changed infrequently
-//
-
-#pragma once
-
-#include "targetver.h"
-
-#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
-
-#include <stdio.h>
-#include <tchar.h>
|