mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
6adae69810
The script does the following: All .cpp and .h files in the current directory and subdirectories are checked to see which include statements could be omitted without causing a build error. Many of these omissions would not be desired. For example, currently if you don't include Undo.h in Undo.cpp, there is no error because Undo.h is included in Cursor.h which is included in Undo.cpp. But clearly we do want to include Undo.h in Undo.cpp. See #6305. |
||
---|---|---|
.. | ||
attic | ||
autotests | ||
cmake | ||
coding | ||
cygwin | ||
HTML | ||
keystest | ||
lyxserver | ||
MacOSX | ||
mathmacros | ||
tools | ||
Win32 | ||
.gitignore | ||
expectedTestFailures | ||
FORMAT | ||
LyX-Mac-binary-release.sh | ||
lyx.package.README | ||
lyx.rpm.README | ||
lyx.spec.in | ||
Makefile.am |