niklase@google.com | 470e71d | 2011-07-07 08:21:25 | [diff] [blame] | 1 | /* |
andrew@webrtc.org | d62d730 | 2012-03-01 21:39:57 | [diff] [blame] | 2 | * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 | [diff] [blame] | 3 | * |
| 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 Solenberg | 500e75b | 2018-05-23 09:49:01 | [diff] [blame] | 11 | // TODO(solenberg): Make the files including typedefs.h directly include the |
| 12 | // files below they need. |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 13 | #ifndef TYPEDEFS_H_ |
| 14 | #define TYPEDEFS_H_ |
ajm@google.com | ce7c2a2 | 2011-08-04 01:50:00 | [diff] [blame] | 15 | |
andrew@webrtc.org | d62d730 | 2012-03-01 21:39:57 | [diff] [blame] | 16 | #include <stdint.h> |
niklase@google.com | 470e71d | 2011-07-07 08:21:25 | [diff] [blame] | 17 | |
Fredrik Solenberg | 500e75b | 2018-05-23 09:49:01 | [diff] [blame] | 18 | #include "rtc_base/system/arch.h" |
| 19 | #include "rtc_base/system/unused.h" |
terelius | a2bb667 | 2017-03-17 13:34:47 | [diff] [blame] | 20 | |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 21 | #endif // TYPEDEFS_H_ |