button: move button-png.c to button/

...so that all button code is in the same place.
This commit is contained in:
Johan Malm 2023-08-10 15:57:20 +01:00 committed by Johan Malm
parent 03bc2ada47
commit 2b9a6914a6
5 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
#include "common/match.h"
#include "common/string-helpers.h"
#include "config/rcxml.h"
#include "button-png.h"
#include "button/button-png.h"
#include "button/button-xbm.h"
#include "theme.h"
#include "buffer.h"