summaryrefslogtreecommitdiff
path: root/splash/Splash.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-11-29 17:20:10 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-11-29 18:11:40 +0100
commit1c1d9a70013125f67518f398a2b5abf37ec43cdd (patch)
treee1ea16e1db7a4763828e6f230e99eda95cd34f77 /splash/Splash.cc
parent5713d0da012b734a28234455dcf817d5be20a98f (diff)
Enable modernize-deprecated-headers
Diffstat (limited to 'splash/Splash.cc')
-rw-r--r--splash/Splash.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/splash/Splash.cc b/splash/Splash.cc
index 9ae4bd30..d66a9c16 100644
--- a/splash/Splash.cc
+++ b/splash/Splash.cc
@@ -31,11 +31,11 @@
#include <config.h>
-#include <stdlib.h>
-#include <string.h>
-#include <limits.h>
-#include <assert.h>
-#include <math.h>
+#include <cstdlib>
+#include <cstring>
+#include <climits>
+#include <cassert>
+#include <cmath>
#include "goo/gmem.h"
#include "goo/GooLikely.h"
#include "poppler/Error.h"