diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 14:23:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 14:23:24 -0400 |
commit | e73c2368c9a9b41ac725a45a933cc038b8fe465c (patch) | |
tree | b0e49269df65251ab9eb8893be1ed0cd9e893f2d /src/test/test-unaligned.c | |
parent | b3c36bc62472b56f30ef88b1e0532f83204c7c79 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-unaligned.c')
-rw-r--r-- | src/test/test-unaligned.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test-unaligned.c b/src/test/test-unaligned.c index b18b3fca0e..82151638d2 100644 --- a/src/test/test-unaligned.c +++ b/src/test/test-unaligned.c @@ -17,9 +17,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "sparse-endian.h" -#include "unaligned.h" -#include "util.h" +#include "basic/sparse-endian.h" +#include "basic/unaligned.h" +#include "basic/util.h" static uint8_t data[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, |