From faf43f2ffa88561acb95909861bb28fcdfaeb858 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sat, 13 Oct 2018 09:37:26 +0200 Subject: Move some files to 'io' directory. --- src/extension/implementation/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/implementation') diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 9e0dd31c8..fe3b14093 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -54,7 +54,7 @@ #ifdef _WIN32 #include #include -#include "registrytool.h" +#include "io/registrytool.h" #endif /** This is the command buffer that gets allocated from the stack */ -- cgit v1.2.3