summaryrefslogtreecommitdiff
path: root/libgpsmm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2007-12-05 22:02:37 +0000
committerEric S. Raymond <esr@thyrsus.com>2007-12-05 22:02:37 +0000
commit8890f2f9a4426e2cd984adfb0e382d04346c5a7b (patch)
treef73eed025c905de9f44982ffaa886635e6944ad3 /libgpsmm.h
parent495463eb5bb7c2461752405c94782d2e0ea4e124 (diff)
downloadgpsd-8890f2f9a4426e2cd984adfb0e382d04346c5a7b.tar.gz
Don't require the config file for the C++ binding header.
This means it has to be compiled with g++ rather than gcc, according to bzed.
Diffstat (limited to 'libgpsmm.h')
-rw-r--r--libgpsmm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgpsmm.h b/libgpsmm.h
index f9bb3a83..d6610d98 100644
--- a/libgpsmm.h
+++ b/libgpsmm.h
@@ -10,7 +10,6 @@
#define _GPSMM_H_
#include <sys/types.h>
-#include "gpsd_config.h"
#include "gps.h" //the C library we are going to wrap
class gpsmm {