mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Rename StringUtils.[ch] to XUtils.[ch]
This commit is contained in:
@ -11,7 +11,7 @@ in the source distribution for its full text.
|
||||
#include "LinuxProcess.h"
|
||||
#include "CRT.h"
|
||||
#include "Platform.h"
|
||||
#include "StringUtils.h"
|
||||
#include "XUtils.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
@ -20,6 +20,7 @@ in the source distribution for its full text.
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
/* semi-global */
|
||||
long long btime;
|
||||
|
||||
|
Reference in New Issue
Block a user