Fix autoconf warnings.
[awesomized/libmemcached] / tests / ketama_test_cases.h
index 3d770f169773f4f977ff27c9484c6f63da946e8c..49d1eaa51c2672fa51f481976926660e241bdc61 100644 (file)
@@ -1,5 +1,12 @@
-#ifndef TESTS_KETAMA_TEST_CASES_H
-#define TESTS_KETAMA_TEST_CASES_H
+/*
+ * Copyright (C) 2006-2009 Brian Aker
+ * All rights reserved.
+ *
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ */
+
+#pragma once
 
 static struct {
     const char *key;
@@ -109,5 +116,3 @@ static struct {
 };
 
 #include "ketama_test_cases_spy.h"
-
-#endif