summaryrefslogtreecommitdiffstats
path: root/dimension/progressbar.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-05-06 11:22:29 -0600
committerTavian Barnes <tavianator@gmail.com>2010-05-06 11:22:29 -0600
commit9c35f4d740762bdc302853df590d9f513368ae17 (patch)
tree8d4a707d839e366dbaded59b12739751a8f9066c /dimension/progressbar.h
parent6c2943e735c99579b5b861f67f2d98e5ddd6306f (diff)
downloaddimension-9c35f4d740762bdc302853df590d9f513368ae17.tar.xz
Get rid of "../" in #includes.
Diffstat (limited to 'dimension/progressbar.h')
-rw-r--r--dimension/progressbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/progressbar.h b/dimension/progressbar.h
index 7f4948e..bab21eb 100644
--- a/dimension/progressbar.h
+++ b/dimension/progressbar.h
@@ -20,7 +20,7 @@
#ifndef PROGRESSBAR_H
#define PROGRESSBAR_H
-#include "../libdimension/dimension.h"
+#include "dimension.h"
#include "utility.h" /* For DMNSN_PRINTF_WARN */
/* Print a progress bar of the progress of `progress' */