diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-21 15:25:23 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:02 +0100 |
commit | 3950e76a2f2a33f726ea4a798e603d6af53e8069 (patch) | |
tree | 2b6c88068ed1d5e3fb555352f66640b917d14982 /source4/auth | |
parent | 4e25ea3001805c9d3b573627d8d388d5d0a9b53b (diff) | |
download | samba-3950e76a2f2a33f726ea4a798e603d6af53e8069.tar.gz samba-3950e76a2f2a33f726ea4a798e603d6af53e8069.tar.bz2 samba-3950e76a2f2a33f726ea4a798e603d6af53e8069.zip |
r26099: Don't depend on nonexistant auth_util.h header.
(This used to be commit a827460d29ac00459f34457fdd361a026b6a5031)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/auth.i b/source4/auth/auth.i index 45d3cc79f3..9adfd89891 100644 --- a/source4/auth/auth.i +++ b/source4/auth/auth.i @@ -26,7 +26,6 @@ #include "includes.h" #include "auth.h" -#include "auth_util.h" %} %include "carrays.i" |