Commit 70a9de5e856ad7706ac6abef77f7f0046b04dd12

Authored by Perry Werneck
1 parent 46811be8

Corrigindo erros detectados durante o empacotamento.

src/libpw3270cpp/exception.cc
... ... @@ -31,7 +31,7 @@
31 31 #include <stdio.h>
32 32 #include <string.h>
33 33  
34   - #include <pw3270/class.h>
  34 + #include <pw3270cpp.h>
35 35  
36 36 /*--[ Implement ]--------------------------------------------------------------------------------------------------*/
37 37  
... ...
src/libpw3270cpp/remote.cc
... ... @@ -74,7 +74,7 @@
74 74 #define HLLAPI_PACKET_SET_UNLOCK_DELAY "setUnlockDelay"
75 75 #endif // WIN32
76 76  
77   - #include <pw3270/class.h>
  77 + #include <pw3270cpp.h>
78 78 #include <lib3270/log.h>
79 79  
80 80 #if defined(HAVE_DBUS)
... ...
src/libpw3270cpp/testprogram.cc
... ... @@ -27,7 +27,7 @@
27 27 *
28 28 */
29 29  
30   - #include <pw3270/class.h>
  30 + #include <pw3270cpp.h>
31 31 #include <unistd.h>
32 32 #include <iostream>
33 33  
... ...