Fix (test for) lp:655423
[m6w6/libmemcached] / libmemcached / result.h
index 5947cb859575e39e4fee708bc39cacef8f457fa7..6142ba82e74f948c6f35fb29e9b448f57a404704 100644 (file)
@@ -36,8 +36,6 @@
  */
 
 #pragma once
-#ifndef __LIBMEMCACHED_RESULT_H__
-#define __LIBMEMCACHED_RESULT_H__
 
 struct memcached_result_st {
   uint32_t item_flags;
@@ -99,6 +97,3 @@ void memcached_result_set_expiration(memcached_result_st *self, time_t expiratio
 #ifdef __cplusplus
 } // extern "C"
 #endif
-
-
-#endif /* __LIBMEMCACHED_RESULT_H__ */