Skip to content

Commit

Permalink
libticables: use relative include paths
Browse files Browse the repository at this point in the history
This completely removes the need to add an extra include path from a
build system and additionally avoids accidentally including
`/usr/include/error.h` instead.
  • Loading branch information
jacobly0 authored and debrouxl committed Apr 15, 2024
1 parent c2181bc commit d8e52d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libticables/trunk/src/linux/ioports.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
#include <errno.h>
#include <string.h>

#include "gettext.h"
#include "error.h"
#include "logging.h"
#include "../gettext.h"
#include "../error.h"
#include "../logging.h"
#include "ioports.h"

#ifdef HAVE_LINUX_PARPORT_H
Expand Down

0 comments on commit d8e52d8

Please sign in to comment.