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 | |
| 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')
| -rw-r--r-- | src/ipcpd/normal/dt.h | 1 | ||||
| -rw-r--r-- | src/ipcpd/normal/fa.h | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/src/ipcpd/normal/dt.h b/src/ipcpd/normal/dt.h index 05b8220c..b74e84b0 100644 --- a/src/ipcpd/normal/dt.h +++ b/src/ipcpd/normal/dt.h @@ -24,6 +24,7 @@  #define OUROBOROS_IPCPD_NORMAL_DT_H  #include <ouroboros/ipcp.h> +#include <ouroboros/qoscube.h>  #include <ouroboros/shm_rdrbuff.h>  #define DT_COMP      "Data Transfer" 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); | 
