Rename filename. We don't use plural in the names...
This commit is contained in:
parent
04d71f9f82
commit
8e9970d472
@ -4,8 +4,8 @@
|
||||
// author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#ifndef CLING_RUNTIME_EXCEPTIONS_H
|
||||
#define CLING_RUNTIME_EXCEPTIONS_H
|
||||
#ifndef CLING_RUNTIME_EXCEPTION_H
|
||||
#define CLING_RUNTIME_EXCEPTION_H
|
||||
|
||||
namespace clang {
|
||||
class Sema;
|
||||
@ -38,4 +38,4 @@ namespace cling {
|
||||
};
|
||||
} // end namespace runtime
|
||||
} // end namespace cling
|
||||
#endif // CLING_RUNTIME_EXCEPTIONS_H
|
||||
#endif // CLING_RUNTIME_EXCEPTION_H
|
@ -5,7 +5,7 @@
|
||||
// author: Vassil Vassilev <vasil.georgiev.vasilev@cern.ch>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include "cling/Interpreter/RuntimeExceptions.h"
|
||||
#include "cling/Interpreter/RuntimeException.h"
|
||||
|
||||
#include "clang/Basic/SourceLocation.h"
|
||||
#include "clang/Sema/Sema.h"
|
Loading…
x
Reference in New Issue
Block a user