Rename DefaultResourceLimits.* to ResourceLimits.*.
diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp
index 5c4be73..8a497a2 100644
--- a/StandAlone/StandAlone.cpp
+++ b/StandAlone/StandAlone.cpp
@@ -37,7 +37,7 @@
 // this only applies to the standalone wrapper, not the front end in general
 #define _CRT_SECURE_NO_WARNINGS
 
-#include "DefaultResourceLimits.h"
+#include "ResourceLimits.h"
 #include "Worklist.h"
 #include "./../glslang/Include/ShHandle.h"
 #include "./../glslang/Include/revision.h"