Revised decryption APIs to clarify CredentialResolver/KeyResolver difference.
[shibboleth/xmltooling.git] / xmltooling / QName.h
index ac17d27..67d1d40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2006 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * Representing XML QNames 
  */
 
-#if !defined(__xmltooling_qname_h__)
+#ifndef __xmltooling_qname_h__
 #define __xmltooling_qname_h__
 
-#include <algorithm>
 #include <xmltooling/unicode.h>
+#include <algorithm>
 
 namespace xmltooling {