Chromium Code Reviews| Index: include/v8stdint.h |
| diff --git a/include/v8stdint.h b/include/v8stdint.h |
| deleted file mode 100644 |
| index ce25481b5c4cbc3b5eef34eb0e97aa4abc7f8b55..0000000000000000000000000000000000000000 |
| --- a/include/v8stdint.h |
| +++ /dev/null |
| @@ -1,16 +0,0 @@ |
| -// Copyright 2012 the V8 project authors. All rights reserved. |
| -// Use of this source code is governed by a BSD-style license that can be |
| -// found in the LICENSE file. |
| - |
| -// Load definitions of standard types. |
| - |
| -#ifndef V8STDINT_H_ |
| -#define V8STDINT_H_ |
| - |
| -#include <stddef.h> |
| -#include <stdint.h> |
| -#include <stdio.h> |
| - |
| -#include "v8config.h" |
| - |
| -#endif // V8STDINT_H_ |