mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Don't #include stuff outside the include guards.
This defeats the include-guard optimization when parsing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cbf5373603
commit
8da72f82be
@ -11,12 +11,12 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "llvm/Support/DataTypes.h"
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#ifndef LLVM_SYSTEM_TIMEVALUE_H
|
#ifndef LLVM_SYSTEM_TIMEVALUE_H
|
||||||
#define LLVM_SYSTEM_TIMEVALUE_H
|
#define LLVM_SYSTEM_TIMEVALUE_H
|
||||||
|
|
||||||
|
#include "llvm/Support/DataTypes.h"
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace sys {
|
namespace sys {
|
||||||
/// This class is used where a precise fixed point in time is required. The
|
/// This class is used where a precise fixed point in time is required. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user