diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-06 07:50:51 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:20:34 -0400 |
commit | 6456791b6dac4d5d5c0519046fa47492a94cdc44 (patch) | |
tree | 1303dfa5cb2aa227ad44f3d709cb8bae02619761 /duser.c | |
parent | 2b9686b2ef7b9bac1d883406341149044f046e08 (diff) | |
download | duser-6456791b6dac4d5d5c0519046fa47492a94cdc44.tar.gz |
Removed include for <tre/regex.h>
Diffstat (limited to 'duser.c')
-rw-r--r-- | duser.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |