aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/profile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c
index cccdfbc7c84..649eb04b374 100644
--- a/lib-src/profile.c
+++ b/lib-src/profile.c
@@ -30,14 +30,13 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
30 ** operations: reset_watch, get_time 30 ** operations: reset_watch, get_time
31 */ 31 */
32 32
33#define INLINE EXTERN_INLINE
34#include <config.h> 33#include <config.h>
35 34
36#include <inttypes.h> 35#include <inttypes.h>
37#include <stdlib.h> 36#include <stdlib.h>
38 37
39#include <intprops.h> 38#include <intprops.h>
40#include <systime.h> 39#include <timespec.h>
41#include <unlocked-io.h> 40#include <unlocked-io.h>
42 41
43static struct timespec TV1; 42static struct timespec TV1;