[haiku-commits] Re: r36502 - haiku/trunk/src/apps/resedit

  • From: DarkWyrm <darkwyrm@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Apr 2010 09:01:53 -0400

Jérôme Duval wrote:
2010/4/27  <darkwyrm@xxxxxxxxx>:
 #include "BitmapView.h"
+#include <Alert.h>
+#include <BitmapStream.h>
+#include <Clipboard.h>
+#include <Font.h>
+#include <MenuItem.h>
 #include <Entry.h>
 #include <TranslationUtils.h>
 #include <TranslatorRoster.h>
 #include <TranslatorFormats.h>

Thanks for the cleanup! Though Entry.h would still be before Font.h
and TranslatorFormats.h before TranslatorRoster.h. I'm nitpicking
sorry.
Apparently I've got more than a couple nits to pick. ;-) That's OK. The constructive criticism can only make me a better coder. I'm sure there are other style issues, especially in the BitmapView sources. I'll be cleaning those up as I go, but the style fixes I've made should make things at least tolerable for now. :)

--DW

Other related posts: