aboutsummaryrefslogtreecommitdiff
path: root/src/confpair.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-02-19 22:46:37 +0000
committerMike Buland <eichlan@xagasoft.com>2009-02-19 22:46:37 +0000
commit76e10d8d10a9743444942fd0ba5d0f58a122f370 (patch)
treef2e65c6e6baad263391dd7dc981a7f8e167bb707 /src/confpair.h
parent0a8a63f836fe8fc6f8b21517d8a5b012544f5e89 (diff)
downloadlibbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.gz
libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.bz2
libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.tar.xz
libbu++-76e10d8d10a9743444942fd0ba5d0f58a122f370.zip
Hey, this code isn't being used by anyone anymore, ever, anywhere, but I madeoriginal
it compile to get some old tests, and I figured I may as well not throw all that away.
Diffstat (limited to 'src/confpair.h')
-rw-r--r--src/confpair.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confpair.h b/src/confpair.h
index 56eb06e..9d1fe8d 100644
--- a/src/confpair.h
+++ b/src/confpair.h
@@ -3,6 +3,7 @@
3 3
4#include <stdint.h> 4#include <stdint.h>
5#include <string> 5#include <string>
6#include <string.h>
6#include <sstream> 7#include <sstream>
7#include "confpairbase.h" 8#include "confpairbase.h"
8 9