summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/pool.h')
-rw-r--r--libdimension/dimension/pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdimension/dimension/pool.h b/libdimension/dimension/pool.h
index 164bbbc..a744398 100644
--- a/libdimension/dimension/pool.h
+++ b/libdimension/dimension/pool.h
@@ -25,9 +25,9 @@
* once once a scene is rendered (for example).
*/
-#include <stddef.h> /* For size_t */
+#include <stddef.h> // For size_t
-/* Forward-declare dmnsn_pool. */
+// Forward-declare dmnsn_pool.
typedef struct dmnsn_pool dmnsn_pool;
/**