aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/nsid3v1/precomp.h
blob: ccbf5115dbe7ab2f45c056311298a8fd68ade616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  precomp.h
//  nsid3v1
//

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

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

#include "nx/nxstring.h"

#include <limits.h>
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>