removed double include
[libfirm] / ir / debug / firm_ycomp.h
index f136944..dfc181d 100644 (file)
 #ifndef _FIRM_YCOMP_H_
 #define _FIRM_YCOMP_H_
 
-#include "firmnet.h"
+#define FIRM_YCOMP_DEFAULT_HOST "localhost"
+#define FIRM_YCOMP_DEFAULT_PORT 4242
 
 /**
  * Establish connection to yComp and register debugger hooks.
  * @param host Hostname where yComp is running
  * @param port Port on which yComp is listening
  */
-void firm_init_ycomp_debugger(const char *host, uint16_t port);
+void firm_init_ycomp_debugger(const char *host, unsigned port);
 
 /**
  * Close connection to yComp and unregister debugger hooks.