aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example.c
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-20 23:48:56 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-20 23:48:56 -0700
commit810a5d355c14a2021b3fee539568a0dfef27d766 (patch)
treebc628c7ae25e9bf80f01d0e48c82008ac15dfc37 /doc/example.c
parentdae878cebd6fddd2fb9b60e3f85862b1b4eb68f2 (diff)
downloadsimple-opt-810a5d355c14a2021b3fee539568a0dfef27d766.tar.gz
update documentation to reflect header location
Diffstat (limited to 'doc/example.c')
-rw-r--r--doc/example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.c b/doc/example.c
index 18aec1c..2ff562d 100644
--- a/doc/example.c
+++ b/doc/example.c
@@ -1,4 +1,4 @@
-#include "../src/simple-opt.h"
+#include "../simple-opt.h"
int main(int argc, char **argv)
{