blob: dd10048ca4e102078f31e1915dbf470093f83d13 [file] [log] [blame]
niklase@google.com470e71d2011-07-07 08:21:25 +00001/*
andrew@webrtc.orgd62d7302012-03-01 21:39:57 +00002 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
niklase@google.com470e71d2011-07-07 08:21:25 +00003 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
Fredrik Solenberg500e75b2018-05-23 11:49:01 +020011// TODO(solenberg): Make the files including typedefs.h directly include the
12// files below they need.
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020013#ifndef TYPEDEFS_H_
14#define TYPEDEFS_H_
ajm@google.comce7c2a22011-08-04 01:50:00 +000015
andrew@webrtc.orgd62d7302012-03-01 21:39:57 +000016#include <stdint.h>
niklase@google.com470e71d2011-07-07 08:21:25 +000017
Fredrik Solenberg500e75b2018-05-23 11:49:01 +020018#include "rtc_base/system/arch.h"
19#include "rtc_base/system/unused.h"
tereliusa2bb6672017-03-17 06:34:47 -070020
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020021#endif // TYPEDEFS_H_