about summary refs log tree commit diff stats
path: root/cpp/009includes
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-16 20:26:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-16 20:26:59 -0700
commit3c435756bcd997dac981ca78c49c5100eb2211b7 (patch)
tree05524418c430239992558e5b5a82ddbdf133c60d /cpp/009includes
parentb589f25a005ad00f6fd888520f9eaaddbd707617 (diff)
downloadmu-3c435756bcd997dac981ca78c49c5100eb2211b7.tar.gz
932 - clean up comments in the tangled c++
Diffstat (limited to 'cpp/009includes')
-rw-r--r--cpp/009includes4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/009includes b/cpp/009includes
index 5c9a8d65..c9f96288 100644
--- a/cpp/009includes
+++ b/cpp/009includes
@@ -1,5 +1,5 @@
-// Some common includes needed all over the place.
-// More tightly-targeted includes show up in other files.
+//: Some common includes needed all over the place.
+//: More tightly-targeted includes show up in other files.
 
 :(before "End Includes")
 #include<assert.h>