Renamed EnumTypes.h to angletypes.h.

TRAC #22041

Updated the include guard and documentation and updated all locations where
EnumTypes.h was included.

Signed-off-by: Shannon Woods
Signed-off-by: Daniel Koch

Author:    Geoff Lang

git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1417 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/libGLESv2/ResourceManager.h b/src/libGLESv2/ResourceManager.h
index 9dcd547..e99c77c 100644
--- a/src/libGLESv2/ResourceManager.h
+++ b/src/libGLESv2/ResourceManager.h
@@ -20,7 +20,7 @@
 #endif
 
 #include "common/angleutils.h"
-#include "libGLESv2/EnumTypes.h"
+#include "libGLESv2/angletypes.h"
 #include "libGLESv2/HandleAllocator.h"
 
 namespace rx