summaryrefslogtreecommitdiff
path: root/src/test/test-clock.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-13 14:23:24 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-13 14:23:24 -0400
commite73c2368c9a9b41ac725a45a933cc038b8fe465c (patch)
treeb0e49269df65251ab9eb8893be1ed0cd9e893f2d /src/test/test-clock.c
parentb3c36bc62472b56f30ef88b1e0532f83204c7c79 (diff)
./tools/notsd-move
Diffstat (limited to 'src/test/test-clock.c')
-rw-r--r--src/test/test-clock.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/test/test-clock.c b/src/test/test-clock.c
index 84f775e5bc..c6a8e7aa1c 100644
--- a/src/test/test-clock.c
+++ b/src/test/test-clock.c
@@ -17,14 +17,14 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <unistd.h>
#include <fcntl.h>
+#include <unistd.h>
-#include "clock-util.h"
-#include "fd-util.h"
-#include "fileio.h"
-#include "log.h"
-#include "macro.h"
+#include "basic/clock-util.h"
+#include "basic/fd-util.h"
+#include "basic/fileio.h"
+#include "basic/log.h"
+#include "basic/macro.h"
static void test_clock_is_localtime(void) {
char adjtime[] = "/tmp/test-adjtime.XXXXXX";