aboutsummaryrefslogtreecommitdiff
path: root/include/EASTL/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/EASTL/version.h')
-rw-r--r--include/EASTL/version.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/EASTL/version.h b/include/EASTL/version.h
deleted file mode 100644
index 0dee15f..0000000
--- a/include/EASTL/version.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-// Copyright (c) Electronic Arts Inc. All rights reserved.
-/////////////////////////////////////////////////////////////////////////////
-
-#ifndef EASTL_VERSION_H
-#define EASTL_VERSION_H
-
-#include <EABase/eabase.h>
-#if defined(EA_PRAGMA_ONCE_SUPPORTED)
- #pragma once
-#endif
-
-#include <EASTL/internal/config.h>
-
-#endif