diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-05 21:07:26 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-06 17:41:13 +0200 |
commit | 10c0c07265d91dbbadb53b77aa5be8a27b7b3cd0 (patch) | |
tree | 2e1e11f16ae79af1b31488bf03eff47a41ddc3b8 /src/ipcpd/normal/fa.h | |
parent | 070075812728a9949a636e7629fa8235b41ce41b (diff) | |
download | ouroboros-10c0c07265d91dbbadb53b77aa5be8a27b7b3cd0.tar.gz ouroboros-10c0c07265d91dbbadb53b77aa5be8a27b7b3cd0.zip |
include: Fix QoS include files
A lot of files were unnecessarily including qoscube.h.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/normal/fa.h')
-rw-r--r-- | src/ipcpd/normal/fa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/fa.h b/src/ipcpd/normal/fa.h index a98d834a..6a836e17 100644 --- a/src/ipcpd/normal/fa.h +++ b/src/ipcpd/normal/fa.h @@ -23,7 +23,7 @@ #ifndef OUROBOROS_IPCPD_NORMAL_FA_H #define OUROBOROS_IPCPD_NORMAL_FA_H -#include <ouroboros/qoscube.h> +#include <ouroboros/qos.h> #include <ouroboros/utils.h> int fa_init(void); |