aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PIC16/PIC16.h')
-rw-r--r--lib/Target/PIC16/PIC16.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/PIC16/PIC16.h b/lib/Target/PIC16/PIC16.h
index 6921bfd..f35acd5 100644
--- a/lib/Target/PIC16/PIC16.h
+++ b/lib/Target/PIC16/PIC16.h
@@ -12,14 +12,13 @@
//
//===----------------------------------------------------------------------===//
-#ifndef TARGET_PIC16_H
-#define TARGET_PIC16_H
+#ifndef LLVM_TARGET_PIC16_H
+#define LLVM_TARGET_PIC16_H
#include <iosfwd>
namespace llvm {
class PIC16TargetMachine;
- class FunctionPassManager;
class FunctionPass;
class MachineCodeEmitter;
class raw_ostream;