mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
committed by
Jonathan White
parent
7e44b67906
commit
f3f1520f81
@@ -25,7 +25,7 @@
|
||||
#elif defined(HAVE_MALLOC_H)
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#endif
|
||||
|
||||
#if defined(NDEBUG) && !defined(__cpp_sized_deallocation)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <QStandardPaths>
|
||||
|
||||
#if defined(Q_OS_UNIX)
|
||||
#include <signal.h>
|
||||
#include <csignal>
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
*/
|
||||
|
||||
#include "phantomcolor.h"
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <float.h>
|
||||
|
||||
namespace Phantom
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user