[dovecot-cvs] dovecot/src/lib-ntlm ntlm.h,1.1,1.2
cras at dovecot.org
cras at dovecot.org
Fri Jul 30 06:02:28 EEST 2004
Update of /home/cvs/dovecot/src/lib-ntlm
In directory talvi:/tmp/cvs-serv26159
Modified Files:
ntlm.h
Log Message:
Don't include stdint.h, it's already included in lib.h if it exists.
Index: ntlm.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib-ntlm/ntlm.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ntlm.h 28 Jul 2004 15:39:30 -0000 1.1
+++ ntlm.h 30 Jul 2004 03:02:25 -0000 1.2
@@ -1,7 +1,6 @@
#ifndef __NTLM_H__
#define __NTLM_H__
-#include <stdint.h>
#include <stddef.h>
#include "ntlm-types.h"
More information about the dovecot-cvs
mailing list