summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/throttle-tbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/throttle-tbf.c')
-rw-r--r--libglusterfs/src/throttle-tbf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/throttle-tbf.c b/libglusterfs/src/throttle-tbf.c
index 9519defa37f..81efebd7efe 100644
--- a/libglusterfs/src/throttle-tbf.c
+++ b/libglusterfs/src/throttle-tbf.c
@@ -23,8 +23,8 @@
*
*/
-#include "mem-pool.h"
-#include "throttle-tbf.h"
+#include "glusterfs/mem-pool.h"
+#include "glusterfs/throttle-tbf.h"
typedef struct tbf_throttle {
char done;