mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix includes in gnc-date-edit.c
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22629 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -42,11 +42,8 @@
|
||||
#include <stdlib.h> /* atoi */
|
||||
#include <ctype.h> /* isdigit */
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef HAVE_LOCALTIME_R
|
||||
# include "localtime_r.h"
|
||||
#endif
|
||||
#include <gnc-gdate-utils.h>
|
||||
#include "gnc-date.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "dialog-utils.h"
|
||||
|
||||
Reference in New Issue
Block a user