Skip to content

Commit

Permalink
Move content of ipoints.h to points.h and remove ipoints.h
Browse files Browse the repository at this point in the history
Both include files depended on each other, so it did not make sense
to separate them.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 2, 2018
1 parent 57a6f1d commit 8c56b8f
Show file tree
Hide file tree
Showing 8 changed files with 461 additions and 492 deletions.
1 change: 0 additions & 1 deletion src/ccstruct/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ noinst_HEADERS = \
ccstruct.h coutln.h crakedge.h \
debugpixa.h detlinefit.h dppoint.h fontinfo.h \
imagedata.h \
ipoints.h \
linlsq.h matrix.h mod128.h normalis.h \
ocrblock.h ocrpara.h ocrrow.h otsuthr.h \
pageres.h params_training_featdef.h \
Expand Down
2 changes: 1 addition & 1 deletion src/ccstruct/blobbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "environ.h" // for l_uint32
#include "helpers.h" // for UpdateRange, IntCastRounded
#include "host.h" // for NearlyEqual, TRUE
#include "ipoints.h" // for operator+=, ICOORD::rotate
#include "points.h" // for operator+=, ICOORD::rotate

struct Pix;

Expand Down
1 change: 0 additions & 1 deletion src/ccstruct/coutln.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <cstdint> // for int16_t, int32_t
#include "bits16.h" // for BITS16
#include "elst.h" // for ELIST_ITERATOR, ELISTIZEH, ELIST_LINK
#include "ipoints.h" // for operator+=
#include "mod128.h" // for DIR128, DIRBITS
#include "platform.h" // for DLLSYM
#include "points.h" // for ICOORD, FCOORD
Expand Down
Loading

0 comments on commit 8c56b8f

Please sign in to comment.