Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
scuri committed Nov 12, 2012
1 parent 776258d commit d4d2cde
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
3 changes: 2 additions & 1 deletion src/win/iupwin_colordlg.c
Expand Up @@ -3,8 +3,9 @@
*
* See Copyright Notice in "iup.h"
*/

#include <windows.h>
#include <commdlg.h>

#include <stdio.h>

#include "iup.h"
Expand Down
5 changes: 2 additions & 3 deletions src/win/iupwin_common.c
Expand Up @@ -3,14 +3,13 @@
*
* See Copyright Notice in "iup.h"
*/
#include <windows.h>
#include <commctrl.h>

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <windows.h>
#include <commctrl.h>

#include "iup.h"
#include "iupcbs.h"

Expand Down
2 changes: 1 addition & 1 deletion src/win/iupwin_dialog.c
Expand Up @@ -3,8 +3,8 @@
*
* See Copyright Notice in "iup.h"
*/

#include <windows.h>
#include <commdlg.h>

#include <stdlib.h>
#include <stdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/win/iupwin_filedlg.c
Expand Up @@ -3,7 +3,6 @@
*
* See Copyright Notice in "iup.h"
*/

#include <windows.h>
#include <commdlg.h>
#include <shlobj.h>
Expand Down
3 changes: 2 additions & 1 deletion src/win/iupwin_fontdlg.c
Expand Up @@ -3,8 +3,9 @@
*
* See Copyright Notice in "iup.h"
*/

#include <windows.h>
#include <commdlg.h>

#include <stdio.h>

#include "iup.h"
Expand Down
4 changes: 3 additions & 1 deletion src/win/iupwin_globalattrib.c
Expand Up @@ -4,9 +4,11 @@
* See Copyright Notice in "iup.h"
*/

#include <windows.h>

#include <stdio.h>
#include <string.h>
#include <windows.h>
#include <stdlib.h>

#include "iup.h"
#include "iupcbs.h"
Expand Down
6 changes: 3 additions & 3 deletions src/win/iupwin_open.c
Expand Up @@ -3,14 +3,14 @@
*
* See Copyright Notice in "iup.h"
*/
#include <windows.h>
#include <commctrl.h>
#include <ole2.h>

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <windows.h>
#include <commctrl.h>

#include "iup.h"

#include "iup_object.h"
Expand Down
6 changes: 3 additions & 3 deletions src/win/iupwin_touch.c
Expand Up @@ -3,12 +3,12 @@
*
* See Copyright Notice in "iup.h"
*/

#include <stdio.h>

#include <windows.h>
#include <commctrl.h>

#include <stdio.h>
#include <stdlib.h>

#include "iup.h"
#include "iupcbs.h"

Expand Down

0 comments on commit d4d2cde

Please sign in to comment.