blob: dd10048ca4e102078f31e1915dbf470093f83d13 [file] [log] [blame]
niklase@google.com470e71d2011-07-07 08:21:251/*
andrew@webrtc.orgd62d7302012-03-01 21:39:572 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
niklase@google.com470e71d2011-07-07 08:21:253 *
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 09:49:0111// TODO(solenberg): Make the files including typedefs.h directly include the
12// files below they need.
Mirko Bonadei92ea95e2017-09-15 04:47:3113#ifndef TYPEDEFS_H_
14#define TYPEDEFS_H_
ajm@google.comce7c2a22011-08-04 01:50:0015
andrew@webrtc.orgd62d7302012-03-01 21:39:5716#include <stdint.h>
niklase@google.com470e71d2011-07-07 08:21:2517
Fredrik Solenberg500e75b2018-05-23 09:49:0118#include "rtc_base/system/arch.h"
19#include "rtc_base/system/unused.h"
tereliusa2bb6672017-03-17 13:34:4720
Mirko Bonadei92ea95e2017-09-15 04:47:3121#endif // TYPEDEFS_H_