Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_text/text_undo.c
| Show All 32 Lines | |||||
| #include "BLI_array_utils.h" | #include "BLI_array_utils.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "PIL_time.h" | #include "PIL_time.h" | ||||
| #include "BKE_context.h" | #include "BKE_context.h" | ||||
| #include "BKE_library.h" | #include "BKE_library.h" | ||||
| #include "BKE_main.h" | |||||
| #include "BKE_report.h" | #include "BKE_report.h" | ||||
| #include "BKE_text.h" | #include "BKE_text.h" | ||||
| #include "BKE_undo_system.h" | #include "BKE_undo_system.h" | ||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "ED_text.h" | #include "ED_text.h" | ||||
| ▲ Show 20 Lines • Show All 120 Lines • Show Last 20 Lines | |||||