summaryrefslogtreecommitdiff
path: root/src/test/test-boot-timestamps.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/test/test-boot-timestamps.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/test/test-boot-timestamps.c')
-rw-r--r--src/test/test-boot-timestamps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test-boot-timestamps.c b/src/test/test-boot-timestamps.c
index 3ff8cdd6d5..5ac6cd16e3 100644
--- a/src/test/test-boot-timestamps.c
+++ b/src/test/test-boot-timestamps.c
@@ -18,9 +18,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "acpi-fpdt.h"
-#include "boot-timestamps.h"
-#include "efivars.h"
+#include "shared/acpi-fpdt.h"
+#include "shared/boot-timestamps.h"
+#include "shared/efivars.h"
#include "basic/log.h"
#include "basic/util.h"