Use access function instad of %module-public-interface
[clinton/bobotpp.git] / source / DCCConnection.C
index 82efefc..ba2554a 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#include "DCCConnection.H"
+
 #include <ctime>
-#include <string>
 
-#include "Socket.H"
-#include "DCCParser.H"
-#include "DCCConnection.H"
-#include "Person.H"
-#include "BotInterp.H"
-#include "Utils.H"
+#include "String.H"
 
 DCCConnection::DCCConnection(unsigned long address, 
                             int port)