Skip to content

Commit

Permalink
remove superfluous #include <vector>
Browse files Browse the repository at this point in the history
  • Loading branch information
bcampbell committed May 5, 2018
1 parent 56aa8e1 commit 26abba2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions windows/table.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "uipriv_windows.hpp"

#include <vector>

static void uiTableDestroy(uiControl *c);
static void uiTableMinimumSize(uiWindowsControl *c, int *width, int *height);
static BOOL onWM_NOTIFY(uiControl *c, HWND hwnd, NMHDR *nm, LRESULT *lResult);
Expand Down

0 comments on commit 26abba2

Please sign in to comment.