summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-29 10:28:02 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-29 10:28:02 -0500
commitf9655fb308ab1ed953788b9077be10d781bf07e0 (patch)
treec676a7f6af36c4c4cfaaad4ce14f41f7c8a38793 /src
parent03605f653bdd50bedb38a77759a61d2e978fbeb2 (diff)
Move queue.h to include/
Diffstat (limited to 'src')
-rw-r--r--src/c/queue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/c/queue.h b/src/c/queue.h
deleted file mode 100644
index 8297dd00..00000000
--- a/src/c/queue.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef QUEUE_H
-#define QUEUE_H
-
-int uw_dequeue();
-void uw_enqueue(int);
-
-#endif