aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_context.h
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2010-11-08 19:27:20 -0800
committerStephen Hines <srhines@google.com>2010-11-10 15:25:50 -0800
commite639eb5caa2c386b4a60659a4929e8a6141a2cbe (patch)
treeeeb03577c314319bf8cfd845a9a3c11d774df24e /slang_rs_context.h
parent1bdd4978caabcdc9489bdcb7f1cd6087340699e8 (diff)
downloadandroid_frameworks_compile_slang-e639eb5caa2c386b4a60659a4929e8a6141a2cbe.tar.gz
android_frameworks_compile_slang-e639eb5caa2c386b4a60659a4929e8a6141a2cbe.tar.bz2
android_frameworks_compile_slang-e639eb5caa2c386b4a60659a4929e8a6141a2cbe.zip
Improve code style.
Change-Id: I26e043849bce2a4b41ae132fbe0c882f4a6f112f
Diffstat (limited to 'slang_rs_context.h')
-rw-r--r--slang_rs_context.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/slang_rs_context.h b/slang_rs_context.h
index fb5fc1c..9e1d229 100644
--- a/slang_rs_context.h
+++ b/slang_rs_context.h
@@ -14,19 +14,19 @@
* limitations under the License.
*/
-#ifndef _SLANG_COMPILER_RS_CONTEXT_H
-#define _SLANG_COMPILER_RS_CONTEXT_H
+#ifndef _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_CONTEXT_H_ // NOLINT
+#define _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_CONTEXT_H_
-#include <map>
+#include <cstdio>
#include <list>
+#include <map>
#include <string>
-#include <cstdio>
+
+#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/StringMap.h"
-#include "clang/Lex/Preprocessor.h"
-
namespace llvm {
class LLVMContext;
class TargetData;
@@ -196,4 +196,4 @@ class RSContext {
} // namespace slang
-#endif // _SLANG_COMPILER_RS_CONTEXT_H
+#endif // _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_CONTEXT_H_ NOLINT