Skip to content
Snippets Groups Projects
Commit adc51250 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

define and include fix

parent e2aa981d
Branches
No related merge requests found
......@@ -14,14 +14,14 @@ or FITNESS FOR A PARTICULAR PURPOSE.
See the LICENSE and COPYING files for more details.
*/
#ifndef LIBCORPUS2_WHOLE__DOCREADER_H
#define LIBCORPUS2_WHOLE__DOCREADER_H
#ifndef LIBCORPUS2_WHOLE_DOCREADER_H
#define LIBCORPUS2_WHOLE_DOCREADER_H
#include <libcorpus2/io/cclreader.h>
#include <libcorpus2_whole/relation.h>
#include <libcorpus2_whole/document.h>
#include <libcorpus2_whole/io/docreaderi.h>
#include <libcorpus2/io/cclreader.h>
#include <libcorpus2_whole/io/relreader.h>
#include <libcorpus2_whole/io/reader_i.h>
#include <boost/shared_ptr.hpp>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment