]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/TextTable: add include guards
authorJohn Spray <john.spray@redhat.com>
Sun, 31 Jul 2016 22:22:19 +0000 (23:22 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:27:02 +0000 (17:27 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/common/TextTable.h

index 102e16fe4824647d607e5ea3c90f0a06e18c85c4..60c982a7e5ff656d2f8e6653686946205eef4642 100644 (file)
  * Foundation.  See file COPYING.
  *
  */
+
+#ifndef TEXT_TABLE_H_
+#define TEXT_TABLE_H_
+
 #include <vector>
 #include <sstream>
 #include <iomanip>
@@ -158,3 +162,6 @@ public:
 
   void clear();
 };
+
+#endif
+