cleanup
authorLuke Howard <lukeh@padl.com>
Mon, 25 Oct 2010 22:42:50 +0000 (09:42 +1100)
committerLuke Howard <lukeh@padl.com>
Mon, 25 Oct 2010 22:42:50 +0000 (09:42 +1100)
util_attr.h

index 9f28a90..5dfc4ce 100644 (file)
@@ -39,6 +39,7 @@
 
 #ifdef __cplusplus
 #include <string>
+#include <new>
 
 struct gss_eap_attr_provider;
 struct gss_eap_attr_ctx;
@@ -235,9 +236,6 @@ private:
 
 #ifdef __cplusplus
 
-#include <string>
-#include <new>
-
 static inline void
 duplicateBuffer(gss_buffer_desc &src, gss_buffer_t dst)
 {