]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTESubscriptionCreate.c
JORTE: update license headers and clean-up includes
[orte.git] / orte / libjorte / JORTESubscriptionCreate.c
index b02edea7227c2c06254959bdf8dc73a2d13ce25f..11f259b220b0d097e3869c0a36015990c6877a89 100644 (file)
@@ -7,6 +7,7 @@
   * (by command 'javah -jni class_with_native_function')
   *
   * @author Lukas Pokorny (lukas_pokorny@centrum.cz)
+  * @author Martin Vajnar (martin.vajnar@gmail.com)
   * @author CTU FEE Prague - Department of Control Engineering (dce.felk.cvut.cz)
   * @author Project ORTE - OCERA Real Time Ethernet (www.ocera.org)
   * @author dedication to Kj
   *
   */
 
-
-#include <stdlib.h>
-#include <inttypes.h>
-
-// library header file's path
-#include "orte_all.h"
-// pregenerated header
-#include "jorte/org_ocera_orte_Subscription.h"
-// enable TEST_STAGE run level
-#include "jorte/4all.h"
-// new data types
-#include "jorte/jorte_typedefs_defines.h"
-#include "jorte/jorte_protos_api.h"
+#include "jorte/jorte.h"
 
 /* ****************************************************************** *
  *                           CallBack function                        *