diff options
Diffstat (limited to 'openmp/runtime/src/kmp_atomic.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_atomic.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_atomic.cpp b/openmp/runtime/src/kmp_atomic.cpp index f870e308e13..b099eb6ec99 100644 --- a/openmp/runtime/src/kmp_atomic.cpp +++ b/openmp/runtime/src/kmp_atomic.cpp @@ -2,7 +2,6 @@ * kmp_atomic.cpp -- ATOMIC implementation routines */ - //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure @@ -12,7 +11,6 @@ // //===----------------------------------------------------------------------===// - #include "kmp_atomic.h" #include "kmp.h" // TRUE, asm routines prototypes |