aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/file/precomp.h
blob: 8559c8cf93aff08d0d984ba4c6648b7581b56466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
//  precomp.h
//  mp3
//

#include <assert.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>

#ifdef __cplusplus
#include "new"
#endif

#include "foundation/error.h"
#include "foundation/types.h"

#include "nu/ByteReader.h"
#include "nu/ByteWriter.h"
#include "nu/strsafe.h"

#include "nx/nx.h"

#ifdef __cplusplus 
#include "nu/PtrDeque.h"
#include "nswasabi/ReferenceCounted.h"
#include "nswasabi/ServiceName.h"
#include "service/ifc_servicefactory.h"
#endif