summaryrefslogtreecommitdiff
path: root/src/keyword-list.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-29 12:52:54 +0000
committerBruno Haible <bruno@clisp.org>2002-11-29 12:52:54 +0000
commitbd03d0bce8fa8c5d4644349ef5d1fb4893df57ec (patch)
tree8d44b924cd2c8400b394b30debfd043b28e643a1 /src/keyword-list.cc
parent96e0406e327365ade6ea08b4583d327b230e0b9b (diff)
downloadgperf-bd03d0bce8fa8c5d4644349ef5d1fb4893df57ec.tar.gz
First include is the specification's .h file.
Diffstat (limited to 'src/keyword-list.cc')
-rw-r--r--src/keyword-list.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/keyword-list.cc b/src/keyword-list.cc
index 01e7569..7be581e 100644
--- a/src/keyword-list.cc
+++ b/src/keyword-list.cc
@@ -20,9 +20,11 @@
If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <stddef.h>
+/* Specification. */
#include "keyword-list.h"
+#include <stddef.h>
+
/* Constructor. */
Keyword_List::Keyword_List (Keyword *car)
: _cdr (NULL), _car (car)