aboutsummaryrefslogtreecommitdiff
path: root/pk/file.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-03-09 23:58:17 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-03-09 23:58:17 -0800
commitb94c7a4b07f96f24ae7411780abf874416549f7b (patch)
treeb94ca015e49392f52e5abf1209ee184fcf874db4 /pk/file.h
parentf5a96732cb81571a3ba6b081b8556187d564f678 (diff)
downloadpk-b94c7a4b07f96f24ae7411780abf874416549f7b.zip
pk-b94c7a4b07f96f24ae7411780abf874416549f7b.tar.gz
pk-b94c7a4b07f96f24ae7411780abf874416549f7b.tar.bz2
Refactor pk, bbl, machine into separate libraries
Yuck.
Diffstat (limited to 'pk/file.h')
-rw-r--r--pk/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pk/file.h b/pk/file.h
index c9f7ce4..3bf7f12 100644
--- a/pk/file.h
+++ b/pk/file.h
@@ -6,7 +6,6 @@
#include <sys/stat.h>
#include <unistd.h>
#include <stdint.h>
-#include "atomic.h"
typedef struct file
{