summaryrefslogtreecommitdiff
path: root/source/util/string_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/util/string_utils.h')
-rw-r--r--source/util/string_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/util/string_utils.h b/source/util/string_utils.h
index b91a2706..7d329dd3 100644
--- a/source/util/string_utils.h
+++ b/source/util/string_utils.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef LIBSPIRV_UTIL_STRING_UTILS_H_
-#define LIBSPIRV_UTIL_STRING_UTILS_H_
+#ifndef SOURCE_UTIL_STRING_UTILS_H_
+#define SOURCE_UTIL_STRING_UTILS_H_
#include <sstream>
#include <string>
@@ -40,4 +40,4 @@ std::string CardinalToOrdinal(size_t cardinal);
} // namespace utils
} // namespace spvtools
-#endif // LIBSPIRV_UTIL_STRING_UTILS_H_
+#endif // SOURCE_UTIL_STRING_UTILS_H_