build(freetype): move 3rdparty include files from precomp.hpp

pull/906/head
Alexander Alekhin 8 years ago
parent f82698b74e
commit af729bcf20
  1. 7
      modules/freetype/src/freetype.cpp
  2. 7
      modules/freetype/src/precomp.hpp

@ -47,6 +47,13 @@
#include "precomp.hpp"
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_OUTLINE_H
#include <hb.h>
#include <hb-ft.h>
namespace cv {
namespace freetype {

@ -57,11 +57,4 @@
#include <iostream>
#include <cstdio>
#include <vector>
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_OUTLINE_H
#include <hb.h>
#include <hb-ft.h>
#endif

Loading…
Cancel
Save