use inttypes.h instead of stdint.h

This commit is contained in:
Charles Kerr 2007-08-04 01:34:00 +00:00
parent 2ead51f79d
commit b79d325cd5
3 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,7 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <stdint.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>

View File

@ -26,7 +26,7 @@
#define _TR_NET_H_
#ifdef WIN32
#include <stdint.h>
#include <inttypes.h>
#include <winsock2.h>
typedef int socklen_t;
typedef uint16_t tr_port_t;

View File

@ -8,14 +8,13 @@
* the Transmission project.
*/
#include <inttypes.h>
#include <set>
#include <map>
#include <string>
#include <vector>
#include <iostream>
#include <stdint.h>
#include <wx/artprov.h>
#include <wx/bitmap.h>
#include <wx/cmdline.h>