[haiku-commits] haiku: hrev45323 - src/apps/deskbar

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 25 Feb 2013 18:06:47 +0100 (CET)

hrev45323 adds 1 changeset to branch 'master'
old head: 2a5c1f12b9c0452aa1c701e235d0d745285f827a
new head: b37d5096dccf849583d0ce61c891558687b4ede9
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=b37d509+%5E2a5c1f1

----------------------------------------------------------------------------

b37d509: Remove this #include directive too

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45323
Commit:      b37d5096dccf849583d0ce61c891558687b4ede9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b37d509
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Mon Feb 25 17:06:30 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 deletions(-)
src/apps/deskbar/TimeView.cpp | 2 --

----------------------------------------------------------------------------

diff --git a/src/apps/deskbar/TimeView.cpp b/src/apps/deskbar/TimeView.cpp
index 18217eb..8559fe8 100644
--- a/src/apps/deskbar/TimeView.cpp
+++ b/src/apps/deskbar/TimeView.cpp
@@ -37,8 +37,6 @@ All rights reserved.
 #include "TimeView.h"
 
 #include <string.h>
-#include <stdint.h>
-       // for INT16_MIN and INT16_MAX
 
 #include <Application.h>
 #include <Catalog.h>


Other related posts:

  • » [haiku-commits] haiku: hrev45323 - src/apps/deskbar - jscipione