summaryrefslogtreecommitdiff
path: root/gtk/gtksortlistmodel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-01 14:22:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-01 14:25:56 -0400
commit87855dd3751d00a9ff019b0c0af38173b29a9a5c (patch)
tree2d526911479075ad0d296858b13edf3a0864e7a1 /gtk/gtksortlistmodel.c
parent133a9a6784b0e0b5edaca1c5ba1aac77fb8b7b16 (diff)
downloadgtk+-87855dd3751d00a9ff019b0c0af38173b29a9a5c.tar.gz
Move timsort sources to a subdirectory
This makes it easier to identify the files that belong together, and are under the same license.
Diffstat (limited to 'gtk/gtksortlistmodel.c')
-rw-r--r--gtk/gtksortlistmodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksortlistmodel.c b/gtk/gtksortlistmodel.c
index 8f758d46cf..d9559b3ad4 100644
--- a/gtk/gtksortlistmodel.c
+++ b/gtk/gtksortlistmodel.c
@@ -25,7 +25,7 @@
#include "gtkintl.h"
#include "gtkprivate.h"
#include "gtksorterprivate.h"
-#include "gtktimsortprivate.h"
+#include "timsort/gtktimsortprivate.h"
/* The maximum amount of items to merge for a single merge step
*