summaryrefslogtreecommitdiff
path: root/regdbdump.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@frijolero.org>2012-01-18 18:00:48 -0800
committerLuis R. Rodriguez <mcgrof@frijolero.org>2012-01-18 18:00:48 -0800
commit63ff7a25357b2ab0ce89a46794f9ee4ff2c2508d (patch)
treea69a1dd89955ca3edecfbd0cd9179d503578786f /regdbdump.c
parent501f6913bb889f684d33ef8206aefed08fe03e01 (diff)
downloadcrda-63ff7a25357b2ab0ce89a46794f9ee4ff2c2508d.tar.gz
crda-63ff7a25357b2ab0ce89a46794f9ee4ff2c2508d.tar.bz2
crda-63ff7a25357b2ab0ce89a46794f9ee4ff2c2508d.zip
crda: clean header files
Remove unused headers now that we have an object (soon to be library) using what it has to separately. Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
Diffstat (limited to 'regdbdump.c')
-rw-r--r--regdbdump.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/regdbdump.c b/regdbdump.c
index 6d4cf56..6f9592a 100644
--- a/regdbdump.c
+++ b/regdbdump.c
@@ -1,7 +1,4 @@
-#include <errno.h>
#include <stdio.h>
-
-#include "regdb.h"
#include "reglib.h"
int main(int argc, char **argv)