mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00:00
Remove nitpicker_gfx/nitpicker_types.h
This commit is contained in:
parent
0063f217ca
commit
765053ea94
@ -14,13 +14,13 @@
|
||||
#ifndef _INCLUDE__NITPICKER_GFX__FONT_H_
|
||||
#define _INCLUDE__NITPICKER_GFX__FONT_H_
|
||||
|
||||
#include "nitpicker_types.h"
|
||||
#include <base/stdint.h>
|
||||
|
||||
class Font
|
||||
{
|
||||
private:
|
||||
|
||||
typedef nitpicker_int32_t int32_t;
|
||||
typedef Genode::int32_t int32_t;
|
||||
|
||||
public:
|
||||
|
||||
|
@ -1,21 +0,0 @@
|
||||
/*
|
||||
* \brief Platform-dependent definition of fixed-size integer types
|
||||
* \author Norman Feske
|
||||
* \date 2009-04-15
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2009-2013 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__NITPICKER_GFX__NITPICKER_TYPES_H_
|
||||
#define _INCLUDE__NITPICKER_GFX__NITPICKER_TYPES_H_
|
||||
|
||||
#include <base/fixed_stdint.h>
|
||||
|
||||
typedef Genode::int32_t nitpicker_int32_t;
|
||||
|
||||
#endif /* _INCLUDE__NITPICKER_GFX__NITPICKER_TYPES_H_ */
|
Loading…
Reference in New Issue
Block a user