Skip to content

Commit 1735054

Browse files
author
jef
committedJan 7, 2010
rename src/core/gps/time.h to nmeatime.h
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12703 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎src/core/gps/info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef __NMEA_INFO_H__
1414
#define __NMEA_INFO_H__
1515

16-
#include "time.h"
16+
#include "nmeatime.h"
1717

1818
#define NMEA_SIG_BAD (0)
1919
#define NMEA_SIG_LOW (1)
File renamed without changes.

‎src/core/gps/time.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
*
99
*/
1010

11-
/*! \file time.h */
11+
/*! \file nmeatime.h */
1212

13-
#include "time.h"
13+
#include "nmeatime.h"
1414

1515
#ifdef NMEA_WIN
1616
# pragma warning(disable: 4201)

0 commit comments

Comments
 (0)
Please sign in to comment.