Browse Source

src: avoid config.h include in header

pull/162/head
Johannes Kauffmann 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
940c07397d
  1. 4
      src/config/ansi_term.h

4
src/config/ansi_term.h

@ -21,10 +21,6 @@
#ifndef VLC_ANSI_TERM_H
#define VLC_ANSI_TERM_H 1
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#if !defined( _WIN32 )
# include <termios.h>
# include <sys/ioctl.h>

Loading…
Cancel
Save