Procházet zdrojové kódy

no base64.h needed anymore

Stasik0 před 10 roky
rodič
revize
d11b5d89db
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/server/ua_services_discovery.c

+ 1 - 1
src/server/ua_services_discovery.c

@@ -1,6 +1,6 @@
 #include "ua_services.h"
 #include "errno.h"
-#include "ua_base64.h"
+
 UA_Int32 Service_GetEndpoints(SL_Channel *channel,
 		const UA_GetEndpointsRequest* request,
 		UA_GetEndpointsResponse *response) {