Merge in namespace fixes for binary protocol.
[m6w6/libmemcached] / libmemcached / exception.hpp
index 665c816fc10b3c69a160cf2936df4d2d5a070b31..4759072abdd758445e47674f37ef52cd9f151835 100644 (file)
@@ -10,8 +10,7 @@
  * @brief Exception declarations
  */
 
-#ifndef LIBMEMACHED_EXCEPTION_HPP
-#define LIBMEMACHED_EXCEPTION_HPP
+#pragma once
 
 #include <stdexcept>
 #include <string>
@@ -59,5 +58,3 @@ namespace memcache
   };
 
 } /* namespace libmemcached */
-
-#endif /* LIBMEMACHED_EXCEPTION_HPP */