Remove nitpicker_gfx/nitpicker_types.h

This commit is contained in:
Norman Feske 2013-12-28 20:46:23 +01:00 committed by Christian Helmuth
parent 0063f217ca
commit 765053ea94
2 changed files with 2 additions and 23 deletions

View File

@ -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:

View File

@ -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_ */