build: prefer local to system include directives
This commit is contained in:
parent
1567c4f9cc
commit
fc58ec8e0f
@ -2,7 +2,7 @@
|
||||
|
||||
#include "kmeans.hpp"
|
||||
|
||||
#include <cruft/util/point.hpp>
|
||||
#include "point.hpp"
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <cruft/util/tap.hpp>
|
||||
#include <cruft/util/types/traits.hpp>
|
||||
#include "tap.hpp"
|
||||
#include "types/traits.hpp"
|
||||
|
||||
#include <list>
|
||||
|
||||
|
@ -16,12 +16,12 @@
|
||||
|
||||
#include "event.hpp"
|
||||
#include "../cast.hpp"
|
||||
#include "../posix/except.hpp"
|
||||
|
||||
#include <cerrno>
|
||||
#include <linux/futex.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <cruft/util/posix/except.hpp>
|
||||
#include <limits>
|
||||
|
||||
using util::thread::event;
|
||||
|
@ -16,12 +16,12 @@
|
||||
|
||||
#include "flag.hpp"
|
||||
#include "../cast.hpp"
|
||||
#include "../posix/except.hpp"
|
||||
|
||||
#include <cerrno>
|
||||
#include <linux/futex.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <cruft/util/posix/except.hpp>
|
||||
#include <limits>
|
||||
|
||||
using util::thread::flag;
|
||||
|
@ -17,12 +17,12 @@
|
||||
#include "semaphore.hpp"
|
||||
|
||||
#include "../cast.hpp"
|
||||
#include "../posix/except.hpp"
|
||||
|
||||
#include <cerrno>
|
||||
#include <linux/futex.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <cruft/util/posix/except.hpp>
|
||||
#include <limits>
|
||||
|
||||
using util::thread::semaphore;
|
||||
|
Loading…
Reference in New Issue
Block a user