diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-18 10:52:12 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-18 18:41:00 +1100 |
commit | e4c20230825dd78a2f06839dd7f6fe72f486a910 (patch) | |
tree | 4b8f0abd0442df3391669b44f4669f3e788abfbe | |
parent | 8afc271e2a9950fda68e99928746623093cbd6ac (diff) | |
download | samba-e4c20230825dd78a2f06839dd7f6fe72f486a910.tar.gz samba-e4c20230825dd78a2f06839dd7f6fe72f486a910.tar.xz samba-e4c20230825dd78a2f06839dd7f6fe72f486a910.zip |
lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any more
-rw-r--r-- | lib/util/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/util.h b/lib/util/util.h index dc8a93077e3..b0ed4e187b0 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -21,9 +21,7 @@ #ifndef _SAMBA_UTIL_H_ #define _SAMBA_UTIL_H_ -#if _SAMBA_BUILD_ == 4 #include "../lib/util/charset/charset.h" -#endif #include "../lib/util/attr.h" /* for TALLOC_CTX */ |