TextView: include re-arrange style fix

* Put #include TextView.h first as our style guide suggests.
* Put #include <new> in it's own C++ includes section
* also remove an extra newline
This commit is contained in:
John Scipione 2014-07-24 01:45:02 -04:00
parent b55f61d65c
commit 1d1e61bb39
1 changed files with 5 additions and 3 deletions

View File

@ -22,9 +22,13 @@
// Known Bugs:
// - Double buffering doesn't work well (disabled by default)
#include <TextView.h>
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <new>
#include <Application.h>
#include <Beep.h>
@ -42,7 +46,6 @@
#include <Region.h>
#include <ScrollBar.h>
#include <SystemCatalog.h>
#include <TextView.h>
#include <Window.h>
#include <binary_compatibility/Interface.h>
@ -589,7 +592,6 @@ BTextView::MouseDown(BPoint where)
clickSpeed, 1);
}
if (!fSelectable) {
_StopMouseTracking();
return;