summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libexception/C++-Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries/libexception/C++-Exception.h')
-rw-r--r--runtime/GCCLibraries/libexception/C++-Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/GCCLibraries/libexception/C++-Exception.h b/runtime/GCCLibraries/libexception/C++-Exception.h
index 56cc21ae25..133f43a58e 100644
--- a/runtime/GCCLibraries/libexception/C++-Exception.h
+++ b/runtime/GCCLibraries/libexception/C++-Exception.h
@@ -1,4 +1,4 @@
-//===- c++-exception.h - C++ Specific exception Handling --------*- C++ -*-===//
+//===- C++-Exception.h - C++ Specific Exception Handling --------*- C++ -*-===//
//
// This file defines the data structures and API used by the C++ exception
// handling runtime library.
@@ -8,7 +8,7 @@
#ifndef CXX_EXCEPTION_H
#define CXX_EXCEPTION_H
-#include "exception.h"
+#include "Exception.h"
#include <typeinfo>
#include <cassert>