aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-06 07:50:51 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:20:34 -0400
commit6456791b6dac4d5d5c0519046fa47492a94cdc44 (patch)
tree1303dfa5cb2aa227ad44f3d709cb8bae02619761
parent2b9686b2ef7b9bac1d883406341149044f046e08 (diff)
downloadduser-6456791b6dac4d5d5c0519046fa47492a94cdc44.tar.gz
Removed include for <tre/regex.h>
-rw-r--r--duser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/duser.c b/duser.c
index d4b566f..b8f7278 100644
--- a/duser.c
+++ b/duser.c
@@ -6,7 +6,6 @@
#include <limits.h>
#include <ctype.h>
#include <errno.h>
-#include <tre/regex.h>
#include <unistd.h>
#include <fcntl.h>
#include <libgen.h>