Rename filename. We don't use plural in the names...

This commit is contained in:
Vassil Vassilev 2013-09-09 14:59:47 +02:00 committed by sftnight
parent 04d71f9f82
commit 8e9970d472
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"