Browse Source

removing an unneded include

Stasik0 10 years ago
parent
commit
c854816293
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/client.c

+ 0 - 1
examples/client.c

@@ -9,7 +9,6 @@
 #endif
 
 #include <stdio.h>
-#include "networklayer_tcp.h"
 
 int main(int argc, char *argv[]) {
     UA_Client *client = UA_Client_new(UA_ClientConfig_standard, Logger_Stdout_new());