Rename String to StringUtils.

Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>.

From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001
From: David Hunt <dhunt@iolanthe.attlocal.net>
Date: Sat, 11 Jul 2015 20:56:31 -0500
Subject: [PATCH 1/8] Rename String to StringUtils
This commit is contained in:
David Hunt
2015-08-19 13:43:20 -03:00
committed by Hisham Muhammad
parent f2c053a884
commit 5e602f18d5
19 changed files with 25 additions and 25 deletions

View File

@ -18,7 +18,7 @@ Linux battery readings written by Ian P. Hands (iphands@gmail.com, ihands@redhat
#include <fcntl.h>
#include <time.h>
#include "BatteryMeter.h"
#include "String.h"
#include "StringUtils.h"
#define SYS_POWERSUPPLY_DIR "/sys/class/power_supply"

View File

@ -8,7 +8,7 @@ in the source distribution for its full text.
#include "LinuxProcessList.h"
#include "LinuxProcess.h"
#include "CRT.h"
#include "String.h"
#include "StringUtils.h"
#include <errno.h>
#include <sys/time.h>
#include <sys/utsname.h>