diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-26 19:01:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-03-26 19:01:51 (GMT) |
commit | 00c414f562159d8fbc832d8807aa215800f201b4 (patch) | |
tree | 74af9ba6b8d238c35f3cd67cc873723fca3078ed /src/configimpl.h | |
parent | 310df91d23ab9680b67a29d82564cc25e8765ce7 (diff) | |
download | Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.zip Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.gz Doxygen-00c414f562159d8fbc832d8807aa215800f201b4.tar.bz2 |
Refactoring: make qcstring.h a local include
Diffstat (limited to 'src/configimpl.h')
-rw-r--r-- | src/configimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configimpl.h b/src/configimpl.h index 3d91b2d..2a124f8 100644 --- a/src/configimpl.h +++ b/src/configimpl.h @@ -26,7 +26,7 @@ #include <iostream> #include "containers.h" -#include <qcstring.h> +#include "qcstring.h" /** Abstract base class for any configuration option. |