1
0
mirror of http://mpg123.de/trunk/.git synced 2025-08-07 21:02:55 +03:00

build: relative header includes, dropping -Isrc/compat and -Isrc/common

Only the generated config.h and the API headers in src/include should be
located via search path now.


git-svn-id: svn://scm.orgis.org/mpg123/trunk@5386 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2023-12-06 22:32:09 +00:00
parent d13cbbf1ad
commit f26bfa5b34
111 changed files with 193 additions and 158 deletions

View File

@@ -22,7 +22,7 @@
#include <os2.h>
#endif
#include "compat.h"
#include "compat/compat.h"
#ifndef HAVE_TERMIOS
#error "No TERMIOS? Here?"
@@ -36,7 +36,7 @@
#include "terms.h"
#include "debug.h"
#include "common/debug.h"
static int term_is_fun = -1;
// This now always refers to a ;freshly opened terminal descriptor (e.g. /dev/tty).