https://bugs.freedesktop.org/show_bug.cgi?id=65108
--- Comment #19 from Michael Meeks <[email protected]> --- The ESC resolution was: Header includes <> vs "" etc. (Tml/Sberg) + easy-hack closure: + https://bugs.freedesktop.org/show_bug.cgi?id=65108 + situation reasonably clear, MS compiler has a very odd use of "" + if we want to do a global cleanup, and be reasonably sane we should only use <> (Sberg) + problems with own vs. system version (Norbert) + concern with local includes vs. public ones + local includes have no directory path anyway (Stephan) + in places we do relative includes "../foo/baa.h" (Kohei) + helps to cleanup pre-compiled headers (Sberg) + we should use <> everywhere without a relative path. + but it's fine to continue using "" for whatever corner cases make sense, identify and restore these post-facto (Kohei) I guess scripting this is the way to go & do it in one big commit :-) -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
