Skip to content

Commit

Permalink
rename src/core/gps/time.h to nmeatime.h
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12703 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 7, 2010
1 parent 6d7cde5 commit 1735054
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/gps/info.h
Expand Up @@ -13,7 +13,7 @@
#ifndef __NMEA_INFO_H__
#define __NMEA_INFO_H__

#include "time.h"
#include "nmeatime.h"

#define NMEA_SIG_BAD (0)
#define NMEA_SIG_LOW (1)
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/core/gps/time.c
Expand Up @@ -8,9 +8,9 @@
*
*/

/*! \file time.h */
/*! \file nmeatime.h */

#include "time.h"
#include "nmeatime.h"

#ifdef NMEA_WIN
# pragma warning(disable: 4201)
Expand Down

0 comments on commit 1735054

Please sign in to comment.