aboutsummaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-04 12:05:06 -0700
committerMichael Forney <mforney@mforney.org>2019-04-04 12:27:43 -0700
commit54303c25f3d61ab8696e233bfe5d1d154617a600 (patch)
treee48069fd506dd906f0220633488b7f1aa3e55539 /scope.c
parent2d036a019aa2879b092a17b740de3009d7352f74 (diff)
Merge headers into cc.h
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/scope.c b/scope.c
index fac5cb8..1dc9f5c 100644
--- a/scope.c
+++ b/scope.c
@@ -3,10 +3,8 @@
#include <stdint.h>
#include <string.h>
#include "util.h"
-#include "decl.h"
+#include "cc.h"
#include "htab.h"
-#include "scope.h"
-#include "type.h"
struct scope filescope;