]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
include frsh.h to include everything because there were headers problems and miguel...
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 7 Apr 2008 15:49:13 +0000 (15:49 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 7 Apr 2008 15:49:13 +0000 (15:49 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1075 35b4ef3e-fd22-0410-ab77-dab3279adceb

include/fna.h
include/frsh_fna.h

index 518471eef0d9ab29936feea1a8260d77017830e8..c5135a0b3bbf9534bd88fa49e3ee90071c8a03ea 100644 (file)
 #ifndef _FNA_H_
 #define _FNA_H_
 
-/* for frsh_resource_id_t, frsh_contract_t, etc */
-#include "frsh_core_types.h"
-/* for frsh_network_address_t, frsh_stream_id_t */
-#include "frsh_distributed_types.h"
+/* for frsh_resource_id_t, frsh_contract_t, for frsh_network_address_t,
+   frsh_stream_id_t, ... */
+#include "frsh.h"
 /* for timespec */
 #include <time.h>
 /* for ERROR constants */
index 4c2af91c0fa00cf19368847e7b4bb9da6a703f5e..96f214a8d3805d3955fcbf11ac7c3dfc1e5d02e6 100644 (file)
@@ -66,8 +66,7 @@
 #ifndef _FRSH_FNA_H_
 #define _FRSH_FNA_H_
 
-#include "frsh_core_types.h" /* for frsh_resource_id_t */
-#include "frsh_distributed_types.h" /* network_address_t, stream_id_t */
+#include "frsh.h" /* for frsh_resource_id_t, network_address_t, stream_id_t*/
 #include <time.h> /* for timespec */
 #include <stdbool.h> /* for bool */
 #include "fna_configuration.h"