Bug #2012
Remove more than one inclusion of header file(s)
Status: | Patch ready | Start date: | 01/29/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
There are cases with more than one inclusion of header file(s):
- time.h in uppsrc/Core/Core.h file (1, 2).
- Core.h in uppsrc/Core/Path.cpp file.
- CtrlLib.h in uppsrc/CtrlLib/ArrayCtrl.cpp file.
- Painter.h in uppsrc/Painter/SvgParser.cpp file.
- RichText.h in uppsrc/RichText/TablePaint.cpp file (1, 2).
- ide.h in uppsrc/ide/FindInFiles.cpp and uppsrc/ide/idewin.cpp files.
History
#1 Updated by Sender Ghost about 5 years ago
- File deleted (
uppsrc_r13950.diff)
#2 Updated by Sender Ghost about 5 years ago
- File uppsrc_r13950.diff added
#3 Updated by Sender Ghost about 5 years ago
- File deleted (
uppsrc_r13950.diff)
#4 Updated by Sender Ghost about 5 years ago
- File uppsrc_r13971.diff added
#5 Updated by Sender Ghost about 5 years ago
- File deleted (
uppsrc_r13971.diff)
#6 Updated by Sender Ghost about 5 years ago
- File uppsrc_r14020.diff
added
Updated patch after 14020 revision changes, which added more than one inclusion for:
- CtrlLib.h in uppsrc/CtrlLib/TabCtrl.cpp file.