diff options
Diffstat (limited to 'test/dw/dw_imgbuf_mem_test.cc')
-rw-r--r-- | test/dw/dw_imgbuf_mem_test.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/dw/dw_imgbuf_mem_test.cc b/test/dw/dw_imgbuf_mem_test.cc index e2532ea7..7e083d31 100644 --- a/test/dw/dw_imgbuf_mem_test.cc +++ b/test/dw/dw_imgbuf_mem_test.cc @@ -2,6 +2,7 @@ * Dillo Widget * * Copyright 2005-2007 Sebastian Geerken <sgeerken@dillo.org> + * Copyright 2023 Rodrigo Arias Mallo <rodarima@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "../dw/core.hh" -#include "../dw/fltkcore.hh" +#include "dw/core.hh" +#include "dw/fltkcore.hh" using namespace lout::signal; using namespace dw::core; |