summaryrefslogtreecommitdiff
path: root/src/expr/attribute.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-04 04:20:19 +0000
commit7719416c6698cdc49b7a0d2d62b4472ef815a487 (patch)
tree472f1fd2f399224062753b5bc588b567423efa4a /src/expr/attribute.h
parent738114852c81e7203fda105d5386dc26187fcb87 (diff)
remove/shuffle some #include dependencies; fix some documentation; apply coding standards
Diffstat (limited to 'src/expr/attribute.h')
-rw-r--r--src/expr/attribute.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/expr/attribute.h b/src/expr/attribute.h
index 0668c5f8f..98aea9707 100644
--- a/src/expr/attribute.h
+++ b/src/expr/attribute.h
@@ -26,14 +26,8 @@
#ifndef __CVC4__EXPR__ATTRIBUTE_H
#define __CVC4__EXPR__ATTRIBUTE_H
-#include <stdint.h>
-
#include <string>
-#include <ext/hash_map>
-
-#include "context/cdmap.h"
-#include "expr/node.h"
-#include "util/output.h"
+#include <stdint.h>
// include supporting templates
#define CVC4_ATTRIBUTE_H__INCLUDING__ATTRIBUTE_INTERNALS_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback