Index: src/libcfa/containers/pair
===================================================================
--- src/libcfa/containers/pair	(revision eaa504332f75ac9c8ba969d09fb9b509a00a27c1)
+++ src/libcfa/containers/pair	(revision 8217e8fb39e467042f9fbdd33aea43d4644c44db)
@@ -9,11 +9,10 @@
 // Author           : Aaron Moss
 // Created On       : Wed Apr 12 15:32:00 2017
-// Last Modified By : Aaron Moss
-// Last Modified On : Wed Apr 12 15:32:00 2017
-// Update Count     : 1
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jul 22 09:59:53 2017
+// Update Count     : 2
 //
 
-#ifndef PAIR_H
-#define PAIR_H
+#pragma once
 
 forall(otype R, otype S) struct pair {
@@ -44,6 +43,4 @@
 int ?>=?(pair(R, S) p, pair(R, S) q);
 
-#endif // PAIR_H
-
 // Local Variables: //
 // mode: c //
