diff options
author | katherine <shmibs@shmibbles.me> | 2018-03-20 23:48:56 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-03-20 23:48:56 -0700 |
commit | 810a5d355c14a2021b3fee539568a0dfef27d766 (patch) | |
tree | bc628c7ae25e9bf80f01d0e48c82008ac15dfc37 /doc | |
parent | dae878cebd6fddd2fb9b60e3f85862b1b4eb68f2 (diff) | |
download | simple-opt-810a5d355c14a2021b3fee539568a0dfef27d766.tar.gz |
update documentation to reflect header location
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.c | 2 |
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) { |