Commit 5e5bd949ba68818ffd45feb7348b948250c675cb
1 parent
8e8ac837
Exists in
master
and in
1 other branch
Ajustes para compilar no formato novo.
Showing
10 changed files
with
10 additions
and
10 deletions
Show diff stats
accessible.c
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | 38 | ||
| 39 | #include <pw3270.h> | 39 | #include <pw3270.h> |
| 40 | #include <lib3270/log.h> | 40 | #include <lib3270/log.h> |
| 41 | - #include <pw3270/v3270.h> | 41 | + #include <v3270.h> |
| 42 | #include "private.h" | 42 | #include "private.h" |
| 43 | #include "accessible.h" | 43 | #include "accessible.h" |
| 44 | 44 |
draw.c
| @@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
| 32 | #include <pw3270.h> | 32 | #include <pw3270.h> |
| 33 | #include <lib3270.h> | 33 | #include <lib3270.h> |
| 34 | #include <lib3270/session.h> | 34 | #include <lib3270/session.h> |
| 35 | - #include <pw3270/v3270.h> | 35 | + #include <v3270.h> |
| 36 | #include "private.h" | 36 | #include "private.h" |
| 37 | 37 | ||
| 38 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 38 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
hostselect.c
| @@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
| 29 | 29 | ||
| 30 | #include "hostselect.h" | 30 | #include "hostselect.h" |
| 31 | #include <lib3270/log.h> | 31 | #include <lib3270/log.h> |
| 32 | - #include <pw3270/v3270.h> | 32 | + #include <v3270.h> |
| 33 | 33 | ||
| 34 | /*--[ Widget definition ]----------------------------------------------------------------------------*/ | 34 | /*--[ Widget definition ]----------------------------------------------------------------------------*/ |
| 35 | 35 |
keyboard.c
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | #include <string.h> | 38 | #include <string.h> |
| 39 | #include <gdk/gdk.h> | 39 | #include <gdk/gdk.h> |
| 40 | 40 | ||
| 41 | - #include <pw3270/v3270.h> | 41 | + #include <v3270.h> |
| 42 | #include "private.h" | 42 | #include "private.h" |
| 43 | 43 | ||
| 44 | #if GTK_CHECK_VERSION(3,0,0) | 44 | #if GTK_CHECK_VERSION(3,0,0) |
mouse.c
| @@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
| 30 | #include <gtk/gtk.h> | 30 | #include <gtk/gtk.h> |
| 31 | #include <gdk/gdk.h> | 31 | #include <gdk/gdk.h> |
| 32 | #include <pw3270.h> | 32 | #include <pw3270.h> |
| 33 | - #include <pw3270/v3270.h> | 33 | + #include <v3270.h> |
| 34 | #include "private.h" | 34 | #include "private.h" |
| 35 | #include <lib3270/selection.h> | 35 | #include <lib3270/selection.h> |
| 36 | #include <lib3270/actions.h> | 36 | #include <lib3270/actions.h> |
private.h
properties.c
| @@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
| 34 | #include <lib3270/log.h> | 34 | #include <lib3270/log.h> |
| 35 | #include <lib3270/macros.h> | 35 | #include <lib3270/macros.h> |
| 36 | #include <errno.h> | 36 | #include <errno.h> |
| 37 | - #include <pw3270/v3270.h> | 37 | + #include <v3270.h> |
| 38 | #include "private.h" | 38 | #include "private.h" |
| 39 | 39 | ||
| 40 | /*--[ Globals ]--------------------------------------------------------------------------------------*/ | 40 | /*--[ Globals ]--------------------------------------------------------------------------------------*/ |
selection.c
| @@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
| 29 | 29 | ||
| 30 | #include <gtk/gtk.h> | 30 | #include <gtk/gtk.h> |
| 31 | #include <pw3270.h> | 31 | #include <pw3270.h> |
| 32 | - #include <pw3270/v3270.h> | 32 | + #include <v3270.h> |
| 33 | #include "private.h" | 33 | #include "private.h" |
| 34 | #include <lib3270/selection.h> | 34 | #include <lib3270/selection.h> |
| 35 | #include <lib3270/log.h> | 35 | #include <lib3270/log.h> |
widget.c
| @@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
| 40 | #include <malloc.h> | 40 | #include <malloc.h> |
| 41 | #endif // HAVE_MALLOC_H | 41 | #endif // HAVE_MALLOC_H |
| 42 | 42 | ||
| 43 | - #include <pw3270/v3270.h> | 43 | + #include <v3270.h> |
| 44 | #include "private.h" | 44 | #include "private.h" |
| 45 | #include "accessible.h" | 45 | #include "accessible.h" |
| 46 | #include "marshal.h" | 46 | #include "marshal.h" |