diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-07 17:59:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:33 -0500 |
commit | 3b6186a67630cf05bc33e6e9288e132f39173ef4 (patch) | |
tree | 88df177f593f209d1463f22a5e2460c84b609e5c /source4/lib | |
parent | b50ef4caef44e3b45445728818f3bca09273249d (diff) | |
download | samba-3b6186a67630cf05bc33e6e9288e132f39173ef4.tar.gz samba-3b6186a67630cf05bc33e6e9288e132f39173ef4.tar.bz2 samba-3b6186a67630cf05bc33e6e9288e132f39173ef4.zip |
r25008: Remove use of pstring.
(This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/util/util_strlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/util/util_strlist.c b/source4/lib/util/util_strlist.c index a8b106a567..ed4ab00031 100644 --- a/source4/lib/util/util_strlist.c +++ b/source4/lib/util/util_strlist.c @@ -19,7 +19,6 @@ */ #include "includes.h" -#include "pstring.h" #include "system/locale.h" /** |