diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-15 01:52:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-15 01:52:25 -0400 |
commit | 5e1f646c67c954fe7d55a747e3ffdd07e20cb46a (patch) | |
tree | 05b5a37f021b133682b0f7ebe31b8201f7f78f42 /src/test/test-hexdecoct.c | |
parent | 17b593aacd4e8d056f2be860a7b744004892ecbd (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-hexdecoct.c')
-rw-r--r-- | src/test/test-hexdecoct.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/test-hexdecoct.c b/src/test/test-hexdecoct.c index 276f25d091..f56035d84a 100644 --- a/src/test/test-hexdecoct.c +++ b/src/test/test-hexdecoct.c @@ -17,10 +17,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "alloc-util.h" -#include "hexdecoct.h" -#include "macro.h" -#include "string-util.h" +#include "basic/alloc-util.h" +#include "basic/hexdecoct.h" +#include "basic/macro.h" +#include "basic/string-util.h" static void test_hexchar(void) { assert_se(hexchar(0xa) == 'a'); |