From efcfa33c1fa5728dc7c8dd9fd9f20ed7d8a0b27a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Dec 2009 18:12:29 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2350 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/graphics/nxmu/nx_openwindow.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx/graphics/nxmu/nx_openwindow.c') diff --git a/nuttx/graphics/nxmu/nx_openwindow.c b/nuttx/graphics/nxmu/nx_openwindow.c index a05251546..85fec76fe 100644 --- a/nuttx/graphics/nxmu/nx_openwindow.c +++ b/nuttx/graphics/nxmu/nx_openwindow.c @@ -1,7 +1,7 @@ /**************************************************************************** * graphics/nxmu/nx_openwindow.c * - * Copyright (C) 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -39,7 +39,6 @@ #include -#include #include #include #include -- cgit v1.2.3